mirror of
https://github.com/YosysHQ/yosys
synced 2025-05-13 02:34:44 +00:00
forgot to recompute chains
This commit is contained in:
parent
2ae521bbd1
commit
0f9901f128
1 changed files with 3 additions and 0 deletions
|
@ -476,6 +476,9 @@ struct MuxpackWorker
|
|||
// Recreate sigmap
|
||||
sigmap.set(module);
|
||||
|
||||
make_sig_chain_next_prev();
|
||||
find_chain_start_cells(assume_excl);
|
||||
|
||||
// Make the actual transform
|
||||
for (auto c : chain_start_cells) {
|
||||
vector<Cell *> chain = create_chain(c);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue