mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-14 18:06:16 +00:00
Smallfix
This commit is contained in:
parent
57446f3f93
commit
a945edc7a0
1 changed files with 2 additions and 1 deletions
|
@ -172,6 +172,7 @@ struct MuxpackWorker
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
sig_chain_next[a_sig] = cell;
|
sig_chain_next[a_sig] = cell;
|
||||||
|
if (!b_sig.empty())
|
||||||
sig_chain_next[b_sig] = cell;
|
sig_chain_next[b_sig] = cell;
|
||||||
candidate_cells.insert(cell);
|
candidate_cells.insert(cell);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue