mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-23 09:05:32 +00:00
Excluded $_TBUF_ from opt_merge pass
This commit is contained in:
parent
3e0948e16f
commit
ca23554528
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue