3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-22 08:35:32 +00:00

Fixup parameters

This commit is contained in:
Akash Levy 2024-09-24 13:55:09 -07:00
parent 08fe6f66aa
commit ebf8783b4b

View file

@ -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) {