Transient errors building baseline design (sky130hd/ibex) under local build #3037
Replies: 1 comment 13 replies
-
@povik any suggestions? |
Beta Was this translation helpful? Give feedback.
13 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
I’ve been running into some transient issues while trying to run a baseline design using the following command:
The errors occur at seemingly random steps, and each run can fail differently. Here are some examples of the messages I get:
Each time I run the flow, it fails at a different step—sometimes during YAML parsing, sometimes deep in the Yosys passes. The behavior is completely non-deterministic, which makes debugging hard.
Also worth noting: I'm currently running the build locally on Ubuntu 22.04, but I'm not sure if that's contributing to the issue. Is anyone else seeing more stability running this inside the Docker container instead of locally?
Has anyone else experienced this kind of issue? Could this be related to Python/YAML versions, Yosys install, or maybe a memory-related race condition?
Any suggestions appreciated!!
Beta Was this translation helpful? Give feedback.
All reactions