3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-08-05 19:00:26 +00:00

Update doc that "-retime" calls abc with "-dff -D 1"

This commit is contained in:
Eddie Hung 2019-12-30 12:11:45 -08:00
parent c9e3b26412
commit 79448f9be0
11 changed files with 12 additions and 12 deletions

View file

@ -62,7 +62,7 @@ struct SynthEcp5Pass : 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(" -noccu2\n");
log(" do not use CCU2 cells in output netlist\n");