-
Notifications
You must be signed in to change notification settings - Fork 94
Add IHP130 Yosys-based synthesis flow and post-synthesis simulation #292
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
colluca
merged 47 commits into
pulp-platform:develop
from
igor-sachok:ihp-yosys-synthesis
Jan 8, 2026
Merged
Add IHP130 Yosys-based synthesis flow and post-synthesis simulation #292
colluca
merged 47 commits into
pulp-platform:develop
from
igor-sachok:ihp-yosys-synthesis
Jan 8, 2026
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
f28d854 to
3f0daa0
Compare
21a658f to
2d1818d
Compare
9ef8b5e to
faa9335
Compare
colluca
approved these changes
Jan 7, 2026
Collaborator
colluca
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the contribution @igor-sachok!
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Add IHP 130nm Yosys-based synthesis flow and post-synthesis simulation for the Snitch cluster.
The synthesis flow is added to the Gtihub CI, and both the synthesis flow and post-synthesis simulation with QuestaSim are added to the Gitlab CI.
This uses a smaller configuration (
cfg/yosys-ci.json) to keep the CI within reasonable runtimes.We were not able to test post-synthesis simulation with Verilator as it seems to take an excessive amount of time and memory in the build step.
The nonfree post-synthesis simulation flow was updated to better align both synthesis flows,
PL_SIMvariable replaced by a single sharedTECHvariable.Other contributions:
/repopath in containerVLT_JOBS=1in CI which anyways had no effect (correct flag would beSN_VLT_JOBS)ICacheL1TagScmandICacheL1DataScmto top-level as required to be set to non default value for Yosys synthesis flow--no-assert-casenow, until we can bump to new release including this PR (Fix overlapping case item expressions (#6825) verilator/verilator#6886).--traceflag has also been deprecated (superseded by--trace-vcd). Also required patch to FESVR.iis-setup.shto support grouped targetsTODOs
compile_tech.tclwith Bender snippet