mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-23 06:13:41 +00:00
muxpack fixes
This commit is contained in:
parent
8ee8e91ab8
commit
d0529c7eea
1 changed files with 1 additions and 0 deletions
|
@ -207,6 +207,7 @@ struct MuxpackWorker
|
||||||
goto start_cell;
|
goto start_cell;
|
||||||
|
|
||||||
{
|
{
|
||||||
|
log_assert(sig_chain_prev.count(a_sig) != 0);
|
||||||
Cell *prev_cell = sig_chain_prev.at(a_sig);
|
Cell *prev_cell = sig_chain_prev.at(a_sig);
|
||||||
log_assert(prev_cell);
|
log_assert(prev_cell);
|
||||||
SigSpec s_sig = sigmap(cell->getPort(ID::S));
|
SigSpec s_sig = sigmap(cell->getPort(ID::S));
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue