diff options
Diffstat (limited to 'techlibs/anlogic')
| -rw-r--r-- | techlibs/anlogic/synth_anlogic.cc | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/techlibs/anlogic/synth_anlogic.cc b/techlibs/anlogic/synth_anlogic.cc index b87fc8566..57b8a2b26 100644 --- a/techlibs/anlogic/synth_anlogic.cc +++ b/techlibs/anlogic/synth_anlogic.cc @@ -58,7 +58,7 @@ struct SynthAnlogicPass : public ScriptPass  		log("        do not flatten design before synthesis\n");  		log("\n");  		log("    -retime\n"); -		log("        run 'abc' with -dff option\n"); +		log("        run 'abc' with '-dff -D 1' options\n");  		log("\n");  		log("\n");  		log("The following commands are executed by this synthesis command:\n"); @@ -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")) | 
