Disable opt_merge for $anyseq and $anyconst

This commit is contained in:
Clifford Wolf 2017-02-28 22:17:00 +01:00
parent fbd52ec6dd
commit 180d704568
1 changed files with 3 additions and 0 deletions

View File

@ -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);