mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-23 14:23:41 +00:00
Merge remote-tracking branch 'origin/master' into xaig_dff
This commit is contained in:
commit
1f03154a0c
12 changed files with 81 additions and 71 deletions
|
@ -265,7 +265,7 @@ struct Dff2dffePass : public Pass {
|
|||
log("\n");
|
||||
log(" -unmap\n");
|
||||
log(" operate in the opposite direction: replace $dffe cells with combinations\n");
|
||||
log(" of $dff and $mux cells. the options below are ignore in unmap mode.\n");
|
||||
log(" of $dff and $mux cells. the options below are ignored in unmap mode.\n");
|
||||
log("\n");
|
||||
log(" -unmap-mince N\n");
|
||||
log(" Same as -unmap but only unmap $dffe where the clock enable port\n");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue