mirror of
https://github.com/YosysHQ/yosys
synced 2026-05-25 19:36:21 +00:00
wip
This commit is contained in:
parent
5f1d2297aa
commit
33a2a3a4fd
3 changed files with 80 additions and 10 deletions
|
|
@ -323,7 +323,7 @@ struct SynthGateMatePass : public ScriptPass
|
|||
abc_args += " -dff";
|
||||
}
|
||||
if (abc_new) {
|
||||
run("abc_new " + abc_args, "(with -luttree and -abc_new)");
|
||||
run("abc_new -nocleanup " + abc_args, "(with -luttree and -abc_new)");
|
||||
} else {
|
||||
run("abc " + abc_args, "(with -luttree, without -abc_new)");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue