Skip to content

[ci] Pin the simulator toolchain build - #11

Merged
drewbabel merged 1 commit into
mainfrom
ci-toolchain
Aug 31, 2026
Merged

[ci] Pin the simulator toolchain build#11
drewbabel merged 1 commit into
mainfrom
ci-toolchain

Conversation

@drewbabel

@drewbabeldrewbabel commented Aug 31, 2026

Copy link
Copy Markdown
Owner

CI installed Icarus Verilog from apt, which ships an older release than the OSS CAD Suite build this repository is developed against, so a construct that compiles on a laptop could still fail on the runner. The testbench and formal jobs now take their simulators from one dated OSS CAD Suite build named once at the top of the workflow. The cocotb loopback moves to its own job that keeps apt and pip, because the suite bundles a development build of cocotb whose teardown segfaults after the test itself passes, which reproduces locally under the same build. The same RTL is still dialect-checked against the pinned suite by the testbench job.

@drewbabel
drewbabel merged commit 9ebf8fa into mainAug 31, 2026
3 checks passed
@drewbabel
drewbabel deleted the ci-toolchain branch August 31, 2026 03:52
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@drewbabel