mirror of https://github.com/YosysHQ/yosys.git
aigmap everything
This commit is contained in:
parent
32695e5032
commit
4eaf415052
|
@ -191,7 +191,7 @@ struct Abc9Pass : public ScriptPass
|
||||||
run("techmap @abc9_holes");
|
run("techmap @abc9_holes");
|
||||||
run("scc -set_attr abc9_scc_id {}");
|
run("scc -set_attr abc9_scc_id {}");
|
||||||
run("abc9_ops -break_scc");
|
run("abc9_ops -break_scc");
|
||||||
run("aigmap @abc9_holes");
|
run("aigmap");
|
||||||
if (dff_mode)
|
if (dff_mode)
|
||||||
run("abc9_ops -prep_dff");
|
run("abc9_ops -prep_dff");
|
||||||
run("opt -purge @abc9_holes");
|
run("opt -purge @abc9_holes");
|
||||||
|
|
Loading…
Reference in New Issue