File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -38,8 +38,8 @@ struct Abc9Pass : public ScriptPass
3838 Abc9Pass () : ScriptPass(" abc9" , " use ABC9 for technology mapping" ) { }
3939 void on_register () override
4040 {
41- RTLIL::constpad[" abc9.script.default" ] = " +&scorr; &sweep; &dc2; &dch -f; &ps; &if {C} {W} {D} {R} -v; &mfs" ;
42- RTLIL::constpad[" abc9.script.default.area" ] = " +&scorr; &sweep; &dc2; &dch -f; &ps; &if {C} {W} {D} {R} -a -v; &mfs" ;
41+ RTLIL::constpad[" abc9.script.default" ] = " +&scorr; &sweep; &dc2; &dch -f -r ; &ps; &if {C} {W} {D} {R} -v; &mfs" ;
42+ RTLIL::constpad[" abc9.script.default.area" ] = " +&scorr; &sweep; &dc2; &dch -f -r ; &ps; &if {C} {W} {D} {R} -a -v; &mfs" ;
4343 RTLIL::constpad[" abc9.script.default.fast" ] = " +&if {C} {W} {D} {R} -v" ;
4444 // Based on ABC's &flow
4545 RTLIL::constpad[" abc9.script.flow" ] = " +&scorr; &sweep;" \
You can’t perform that action at this time.
0 commit comments