mirror of https://github.com/YosysHQ/yosys.git
Excluded $_TBUF_ from opt_merge pass
This commit is contained in:
parent
3e0948e16f
commit
ca23554528
|
@ -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");
|
||||
|
||||
|
|
Loading…
Reference in New Issue