mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-13 04:28:18 +00:00
abc9: only techmap (* abc9_flop *) modules
This commit is contained in:
parent
2bdced0d68
commit
27a9d1b6e6
|
@ -294,7 +294,7 @@ struct Abc9Pass : public ScriptPass
|
||||||
run("design -load $abc9_map");
|
run("design -load $abc9_map");
|
||||||
run("proc");
|
run("proc");
|
||||||
run("wbflip");
|
run("wbflip");
|
||||||
run("techmap -wb -map %$abc9 -map +/techmap.v");
|
run("techmap -wb -map %$abc9 -map +/techmap.v A:abc9_flop");
|
||||||
run("opt");
|
run("opt");
|
||||||
if (dff_mode || help_mode) {
|
if (dff_mode || help_mode) {
|
||||||
if (!help_mode)
|
if (!help_mode)
|
||||||
|
|
Loading…
Reference in a new issue