3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-11 03:33:36 +00:00

Add $tribuf to opt_merge blacklist

This commit is contained in:
Clifford Wolf 2017-06-30 17:44:44 +02:00
parent 5b95901a1e
commit 18c030a8c9

View file

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