3
0
Fork 0
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:
Akash Levy 2025-03-10 13:50:54 -07:00
parent 2679e1d458
commit 3da52326dd

View file

@ -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;