mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-23 22:33:41 +00:00
Disable opt_merge for $anyseq and $anyconst
This commit is contained in:
parent
fbd52ec6dd
commit
180d704568
1 changed files with 3 additions and 0 deletions
|
@ -275,6 +275,9 @@ struct OptMergeWorker
|
||||||
ct.cell_types.erase("$pmux");
|
ct.cell_types.erase("$pmux");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ct.cell_types.erase("$anyseq");
|
||||||
|
ct.cell_types.erase("$anyconst");
|
||||||
|
|
||||||
log("Finding identical cells in module `%s'.\n", module->name.c_str());
|
log("Finding identical cells in module `%s'.\n", module->name.c_str());
|
||||||
assign_map.set(module);
|
assign_map.set(module);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue