mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-18 06:39:03 +00:00
Undo muxpack change that causes test failures
This commit is contained in:
parent
2679e1d458
commit
3da52326dd
|
@ -246,7 +246,7 @@ struct MuxpackWorker
|
|||
|
||||
void process_chain(vector<Cell*> &chain, bool make_excl)
|
||||
{
|
||||
if (GetSize(chain) < 3)
|
||||
if (GetSize(chain) < 2)
|
||||
return;
|
||||
|
||||
int cursor = 0;
|
||||
|
|
Loading…
Reference in a new issue