From ebf8783b4bc628e7c5a2b04defe4d432a6482b78 Mon Sep 17 00:00:00 2001 From: Akash Levy Date: Tue, 24 Sep 2024 13:55:09 -0700 Subject: [PATCH] Fixup parameters --- passes/opt/opt_balance_tree.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/passes/opt/opt_balance_tree.cc b/passes/opt/opt_balance_tree.cc index fff0289570c..f73b593df18 100644 --- a/passes/opt/opt_balance_tree.cc +++ b/passes/opt/opt_balance_tree.cc @@ -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 &chain) {