mirror of
https://github.com/YosysHQ/nextpnr.git
synced 2026-01-13 07:20:04 +00:00
do not use diagonal pips
This commit is contained in:
parent
0b9d7d7be2
commit
0c19b43501
@ -299,6 +299,8 @@ bool GateMateImpl::checkPipAvail(PipId pip) const
|
||||
return true;
|
||||
if (used_cpes[pip.tile])
|
||||
return false;
|
||||
if (extra_data.type != PipExtra::PIP_EXTRA_MUX || (extra_data.flags & MUX_DIAGONAL) == 0)
|
||||
return false;
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user