mirror of
https://github.com/YosysHQ/yosys
synced 2025-07-28 23:17:57 +00:00
Update doc that "-retime" calls abc with "-dff -D 1"
This commit is contained in:
parent
c9e3b26412
commit
79448f9be0
11 changed files with 12 additions and 12 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue