mirror of https://github.com/YosysHQ/yosys.git
Add '-v' to &if for abc9.script.default.fast
This commit is contained in:
parent
32946a402d
commit
8b6309747b
|
@ -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 */ \
|
||||
|
|
Loading…
Reference in New Issue