3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-22 16:45:32 +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,9 +203,8 @@ struct MuxpackWorker
a_sig = b_sig;
}
else if (cell->type == ID($pmux)) {
if (!sig_chain_prev.count(a_sig)) {
if (!sig_chain_prev.count(a_sig))
goto start_cell;
}
}
else log_abort();