From 5281b8d8afe33d35810c74c129b01124f1ac30ed Mon Sep 17 00:00:00 2001 From: gatecat Date: Sat, 21 Mar 2026 15:04:04 +0100 Subject: [PATCH] Revert "ecp5: Also promote EBRD_CLK to global" This reverts commit e359390ad3db71fd9c82848737308f0c3d662290. --- ecp5/globals.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ecp5/globals.cc b/ecp5/globals.cc index 94b0a4fc..d3990eef 100644 --- a/ecp5/globals.cc +++ b/ecp5/globals.cc @@ -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;