3
0
Fork 0
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:
Alain Dargelas 2025-01-10 14:51:21 -08:00
parent 2ae521bbd1
commit 0f9901f128

View file

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