mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-24 01:25:33 +00:00
Undo muxpack change that causes test failures
This commit is contained in:
parent
2679e1d458
commit
3da52326dd
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue