mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-24 01:25:33 +00:00
Add xnor processing to opt_balance_tree -splitfanout
This commit is contained in:
parent
5e0475fc89
commit
2523b5d194
1 changed files with 1 additions and 1 deletions
|
@ -330,7 +330,7 @@ struct OptBalanceTreePass : public Pass {
|
|||
|
||||
// Run splitfanout pass first
|
||||
if (splitfanout)
|
||||
Pass::call(design, "splitfanout t:$and t:$or t:$xor t:$add t:$mul");
|
||||
Pass::call(design, "splitfanout t:$and t:$or t:$xor t:$xnor t:$add t:$mul");
|
||||
|
||||
// Count of all cells that were packed
|
||||
dict<IdString, int> cell_count;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue