3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-05-25 19:36:21 +00:00
This commit is contained in:
Lofty 2026-05-20 14:30:09 +01:00
parent 5f1d2297aa
commit 33a2a3a4fd
3 changed files with 80 additions and 10 deletions

View file

@ -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)");
}