3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-06-23 06:13:41 +00:00

Small edit

This commit is contained in:
Akash Levy 2024-08-21 17:04:08 -07:00
parent 2e8ee9a44d
commit 283db470be

View file

@ -203,10 +203,9 @@ struct MuxpackWorker
a_sig = b_sig; a_sig = b_sig;
} }
else if (cell->type == ID($pmux)) { else if (cell->type == ID($pmux)) {
if (!sig_chain_prev.count(a_sig)) { if (!sig_chain_prev.count(a_sig))
goto start_cell; goto start_cell;
} }
}
else log_abort(); else log_abort();
for (auto bit : a_sig.bits()) for (auto bit : a_sig.bits())