diff options
author | Eddie Hung <eddie@fpgeh.com> | 2019-06-14 12:29:46 -0700 |
---|---|---|
committer | Eddie Hung <eddie@fpgeh.com> | 2019-06-14 12:29:46 -0700 |
commit | a632799d5b3e4d458f256203678e546474425556 (patch) | |
tree | 68c6e567d8428beb18530793f8a889012dc8e85a | |
parent | e391fc8e7b469bb173d6bfd74d6b2bbc68973336 (diff) | |
download | yosys-a632799d5b3e4d458f256203678e546474425556.tar.gz yosys-a632799d5b3e4d458f256203678e546474425556.tar.bz2 yosys-a632799d5b3e4d458f256203678e546474425556.zip |
Update abc9 -D doc
-rw-r--r-- | passes/techmap/abc9.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/passes/techmap/abc9.cc b/passes/techmap/abc9.cc index fa8b16789..fe199f886 100644 --- a/passes/techmap/abc9.cc +++ b/passes/techmap/abc9.cc @@ -752,7 +752,8 @@ struct Abc9Pass : public Pass { log("\n"); log(" -D <picoseconds>\n"); log(" set delay target. the string {D} in the default scripts above is\n"); - log(" replaced by this option when used, and an empty string otherwise.\n"); + log(" replaced by this option when used, and an empty string otherwise\n"); + log(" (indicating best possible delay).\n"); // log(" This also replaces 'dretime' with 'dretime; retime -o {D}' in the\n"); // log(" default scripts above.\n"); log("\n"); |