mirror of
https://github.com/YosysHQ/yosys
synced 2026-08-14 09:55:37 +00:00
dfflibmap: recommend running opt_merge pass after dfflibmap
This commit is contained in:
parent
19e1e7fc16
commit
705751e1cb
1 changed files with 2 additions and 0 deletions
|
|
@ -860,6 +860,8 @@ struct DfflibmapPass : public Pass {
|
|||
log("\n");
|
||||
log("This pass may add inverters as needed. Therefore it is recommended to\n");
|
||||
log("first run this pass and then map the logic paths to the target technology.\n");
|
||||
log("Since inverters are added for each technology cell, an opt_merge pass\n");
|
||||
log("would reduce the redundancy.\n");
|
||||
log("\n");
|
||||
log("When called with -prepare, this command will convert the internal FF/LATCH cells\n");
|
||||
log("to the internal cell types that best match the cells found in the given\n");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue