Add '-v' to &if for abc9.script.default.fast

This commit is contained in:
Eddie Hung 2020-01-09 17:49:56 -08:00
parent 32946a402d
commit 8b6309747b
1 changed files with 1 additions and 1 deletions

View File

@ -734,7 +734,7 @@ struct Abc9Pass : public Pass {
{
RTLIL::constpad["abc9.script.default"] = "+&scorr; &sweep; &dc2; &dch -f; &ps; &if {C} {W} {D} {R} -v; &mfs";
RTLIL::constpad["abc9.script.default.area"] = "+&scorr; &sweep; &dc2; &dch -f; &ps; &if {C} {W} {D} {R} -a -v; &mfs";
RTLIL::constpad["abc9.script.default.fast"] = "+&if {C} {W} {D} {R}";
RTLIL::constpad["abc9.script.default.fast"] = "+&if {C} {W} {D} {R} -v";
// Based on ABC's &flow
RTLIL::constpad["abc9.script.flow"] = "+&scorr; &sweep;" \
/* Round 1 */ \