mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-06 06:03:23 +00:00
Merge pull request #2535 from Ravenslofty/scc-specify
scc: Add -specify option to find loops in boxes
This commit is contained in:
commit
d0d7a360ed
2 changed files with 61 additions and 18 deletions
|
@ -339,7 +339,7 @@ struct Abc9Pass : public ScriptPass
|
|||
|
||||
if (check_label("pre")) {
|
||||
run("read_verilog -icells -lib -specify +/abc9_model.v");
|
||||
run("scc -set_attr abc9_scc_id {}");
|
||||
run("scc -specify -set_attr abc9_scc_id {}");
|
||||
if (help_mode)
|
||||
run("abc9_ops -mark_scc -prep_delays -prep_xaiger [-dff]", "(option for -dff)");
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue