Skip to content

Commit

Permalink
Fixup parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
akashlevy committed Sep 24, 2024
1 parent 08fe6f6 commit ebf8783
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions passes/opt/opt_balance_tree.cc
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,8 @@ struct OptBalanceTreeWorker {
cell->setParam(ID::Y_WIDTH, GetSize(y_sig));
log_debug("Width reduced %s/Y by %d bits\n", log_id(cell), bits_removed);
}

cell->fixup_parameters();
}

void process_chain(vector<Cell*> &chain) {
Expand Down

0 comments on commit ebf8783

Please sign in to comment.