Skip to content

Commit

Permalink
Add xnor processing to opt_balance_tree -splitfanout
Browse files Browse the repository at this point in the history
  • Loading branch information
akashlevy committed Oct 25, 2024
1 parent 5e0475f commit 2523b5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion passes/opt/opt_balance_tree.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 2523b5d

Please sign in to comment.