synth_* with -retime option now calls abc with -D 1 as well
This commit is contained in:
@@ -164,7 +164,7 @@ struct SynthAnlogicPass : public ScriptPass
|
||||
run("opt -undriven -fine");
|
||||
run("techmap -map +/techmap.v -map +/anlogic/arith_map.v");
|
||||
if (retime || help_mode)
|
||||
run("abc -dff", "(only if -retime)");
|
||||
run("abc -dff -D 1", "(only if -retime)");
|
||||
}
|
||||
|
||||
if (check_label("map_ffs"))
|
||||
|
||||
Reference in New Issue
Block a user