mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-23 09:05:32 +00:00
aigmap everything
This commit is contained in:
parent
32695e5032
commit
4eaf415052
1 changed files with 1 additions and 1 deletions
|
@ -191,7 +191,7 @@ struct Abc9Pass : public ScriptPass
|
|||
run("techmap @abc9_holes");
|
||||
run("scc -set_attr abc9_scc_id {}");
|
||||
run("abc9_ops -break_scc");
|
||||
run("aigmap @abc9_holes");
|
||||
run("aigmap");
|
||||
if (dff_mode)
|
||||
run("abc9_ops -prep_dff");
|
||||
run("opt -purge @abc9_holes");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue