Revert "ecp5: Also promote EBRD_CLK to global"

This reverts commit e359390ad3.
This commit is contained in:
gatecat 2026-03-21 15:04:04 +01:00
parent e359390ad3
commit 5281b8d8af
1 changed files with 1 additions and 2 deletions

View File

@ -77,8 +77,7 @@ class Ecp5GlobalRouter
if (user.cell->type == id_TRELLIS_COMB && user.port == id_WCK)
return true;
if (user.cell->type == id_DCUA &&
(user.port.in(id_CH0_FF_RXI_CLK, id_CH1_FF_RXI_CLK, id_CH0_FF_TXI_CLK, id_CH1_FF_TXI_CLK,
id_CH0_FF_EBRD_CLK, id_CH1_FF_EBRD_CLK)))
(user.port.in(id_CH0_FF_RXI_CLK, id_CH1_FF_RXI_CLK, id_CH0_FF_TXI_CLK, id_CH1_FF_TXI_CLK)))
return true;
if ((user.cell->type.in(id_IOLOGIC, id_SIOLOGIC)) && (user.port == id_CLK))
return true;