-
Notifications
You must be signed in to change notification settings - Fork 295
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
syn: move dont_use processing to yosys #1813
Conversation
This will have to wait for 0.39 to be release and for us to qualify it in ORFS (so far not a trivial process each time). |
Waiting on #1848 |
merged |
* Use new dont_use flag for dfflibmap * Remove dont_use preprocessing from markDontUse.py * Rename markDontUse.py to preprocessLib.py Signed-off-by: Austin Rovinski <[email protected]>
@maliberty @vvbandeira ready for review. I rebased on master. |
exec $::env(UTILS_DIR)/markDontUse.py -p $::env(DONT_USE_CELLS) -i $f -o "../../[file tail $f]-mod.lib" | ||
exec $::env(UTILS_DIR)/preprocessLib.py -i $f -o "../../[file tail $f]-mod.lib" |
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.
@gadfort FYI for the regular SC flow
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.
@maliberty thanks. I already switched over to it.
dont_use
flag fordfflibmap
dont_use
preprocessing frommarkDontUse.py
markDontUse.py
topreprocessLib.py
This change requires a sync from upstream yosys. Support was added in YosysHQ/yosys#4219; it should be upstream next month in yosys 0.39. Alternatively, we could update yosys immediately.