mirror of
https://github.com/YosysHQ/yosys
synced 2025-05-02 13:27:02 +00:00
Merge pull request #355 from set-soft/exclude_TBUF_merge
Excluded $_TBUF_ from opt_merge pass
This commit is contained in:
commit
d223292aa9
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