mirror of
https://github.com/YosysHQ/yosys
synced 2026-04-02 01:49:04 +00:00
Merge ec54c36850 into 5fd39ff3e1
This commit is contained in:
commit
92b345dce7
2 changed files with 13 additions and 0 deletions
|
|
@ -694,6 +694,8 @@ struct DfflibmapPass : public Pass {
|
|||
for (auto it : cell_mappings)
|
||||
dfflegalize_cmd += stringf(" -cell %s 01", it.first);
|
||||
dfflegalize_cmd += " t:$_DFF* t:$_SDFF*";
|
||||
for (auto module : design->selected_modules())
|
||||
dfflegalize_cmd += " " + module -> name.str();
|
||||
if (info_mode) {
|
||||
log("dfflegalize command line: %s\n", dfflegalize_cmd);
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue