mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-22 08:35:32 +00:00
Fixup parameters
This commit is contained in:
parent
08fe6f66aa
commit
ebf8783b4b
1 changed files with 2 additions and 0 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue