mirror of https://github.com/YosysHQ/yosys.git
Disable opt_merge for $anyseq and $anyconst
This commit is contained in:
parent
fbd52ec6dd
commit
180d704568
|
@ -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…
Reference in New Issue