aboutsummaryrefslogtreecommitdiffstats
path: root/techlibs/ecp5
diff options
context:
space:
mode:
authorEddie Hung <eddie@fpgeh.com>2019-12-30 12:11:45 -0800
committerEddie Hung <eddie@fpgeh.com>2019-12-30 13:28:29 -0800
commit79448f9be035c88589b4e9c0de6b2bdc5acbd4df (patch)
tree1c0e118dbc3e7b3f6f3012a3e0ae72b9308e5cc3 /techlibs/ecp5
parentc9e3b26412d6e5c5405f131b7526dec632fbb315 (diff)
downloadyosys-79448f9be035c88589b4e9c0de6b2bdc5acbd4df.tar.gz
yosys-79448f9be035c88589b4e9c0de6b2bdc5acbd4df.tar.bz2
yosys-79448f9be035c88589b4e9c0de6b2bdc5acbd4df.zip
Update doc that "-retime" calls abc with "-dff -D 1"
Diffstat (limited to 'techlibs/ecp5')
-rw-r--r--techlibs/ecp5/synth_ecp5.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/techlibs/ecp5/synth_ecp5.cc b/techlibs/ecp5/synth_ecp5.cc
index 24e300fa8..1ecb9cac3 100644
--- a/techlibs/ecp5/synth_ecp5.cc
+++ b/techlibs/ecp5/synth_ecp5.cc
@@ -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");