Resolve @cliffordwolf comment on redundant check

This commit is contained in:
Eddie Hung 2019-06-07 11:37:52 -07:00
parent 5ab59cd59e
commit 887df8914c
1 changed files with 2 additions and 10 deletions

View File

@ -109,18 +109,10 @@ struct MuxpackWorker
}
else log_abort();
{
for (auto bit : a_sig.bits())
if (sigbit_with_non_chain_users.count(bit))
goto start_cell;
Cell *c1 = sig_chain_prev.at(a_sig);
Cell *c2 = cell;
if (c1->getParam("\\WIDTH") != c2->getParam("\\WIDTH"))
goto start_cell;
}
continue;
start_cell: