mirror of https://github.com/YosysHQ/nextpnr.git
Revert "ecp5: Also promote EBRD_CLK to global"
This reverts commit e359390ad3.
This commit is contained in:
parent
e359390ad3
commit
5281b8d8af
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue