1
0
mirror of synced 2026-04-27 12:40:28 +00:00

Merge pull request #2535 from Ravenslofty/scc-specify

scc: Add -specify option to find loops in boxes
This commit is contained in:
Claire Xen
2021-01-28 19:01:29 +01:00
committed by GitHub
2 changed files with 61 additions and 18 deletions

View File

@@ -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