3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-12 12:08:19 +00:00

Merge pull request #355 from set-soft/exclude_TBUF_merge

Excluded $_TBUF_ from opt_merge pass
This commit is contained in:
Clifford Wolf 2017-07-03 19:31:59 +02:00 committed by GitHub
commit d223292aa9

View file

@ -276,6 +276,7 @@ struct OptMergeWorker
}
ct.cell_types.erase("$tribuf");
ct.cell_types.erase("$_TBUF_");
ct.cell_types.erase("$anyseq");
ct.cell_types.erase("$anyconst");