mirror of https://github.com/YosysHQ/yosys.git
Add $tribuf to opt_merge blacklist
This commit is contained in:
parent
5b95901a1e
commit
18c030a8c9
|
@ -275,6 +275,7 @@ struct OptMergeWorker
|
|||
ct.cell_types.erase("$pmux");
|
||||
}
|
||||
|
||||
ct.cell_types.erase("$tribuf");
|
||||
ct.cell_types.erase("$anyseq");
|
||||
ct.cell_types.erase("$anyconst");
|
||||
|
||||
|
|
Loading…
Reference in New Issue