From 4bb064853d53d9d70bcc69e1c23c4d9c1b4b3140 Mon Sep 17 00:00:00 2001 From: Florent Kermarrec Date: Wed, 30 Aug 2023 08:56:10 +0200 Subject: [PATCH] targets/efinix: Update RGMII PHYs (IOs are now directly excluded in PHYs). --- litex_boards/targets/efinix_titanium_ti60_f225_dev_kit.py | 5 ----- litex_boards/targets/efinix_trion_t120_bga576_dev_kit.py | 4 ---- 2 files changed, 9 deletions(-) diff --git a/litex_boards/targets/efinix_titanium_ti60_f225_dev_kit.py b/litex_boards/targets/efinix_titanium_ti60_f225_dev_kit.py index 25e0ef2..849d193 100755 --- a/litex_boards/targets/efinix_titanium_ti60_f225_dev_kit.py +++ b/litex_boards/targets/efinix_titanium_ti60_f225_dev_kit.py @@ -92,11 +92,6 @@ class BaseSoC(SoCCore): self.add_etherbone(phy=self.ethphy) # FIXME: Avoid this. - platform.toolchain.excluded_ios.append(platform.lookup_request("eth_clocks").tx) - platform.toolchain.excluded_ios.append(platform.lookup_request("eth_clocks").rx) - platform.toolchain.excluded_ios.append(platform.lookup_request("eth").tx_data) - platform.toolchain.excluded_ios.append(platform.lookup_request("eth").tx_ctl) - platform.toolchain.excluded_ios.append(platform.lookup_request("eth").rx_data) platform.toolchain.excluded_ios.append(platform.lookup_request("eth").mdio) # Extension board on P2 + External Logic Analyzer. diff --git a/litex_boards/targets/efinix_trion_t120_bga576_dev_kit.py b/litex_boards/targets/efinix_trion_t120_bga576_dev_kit.py index 5417101..348a249 100755 --- a/litex_boards/targets/efinix_trion_t120_bga576_dev_kit.py +++ b/litex_boards/targets/efinix_trion_t120_bga576_dev_kit.py @@ -100,10 +100,6 @@ class BaseSoC(SoCCore): pads = platform.request("eth", eth_phy), with_hw_init_reset = False) # FIXME: Avoid this. - platform.toolchain.excluded_ios.append(platform.lookup_request("eth_clocks").tx) - platform.toolchain.excluded_ios.append(platform.lookup_request("eth_clocks").rx) - platform.toolchain.excluded_ios.append(platform.lookup_request("eth").tx_data) - platform.toolchain.excluded_ios.append(platform.lookup_request("eth").rx_data) platform.toolchain.excluded_ios.append(platform.lookup_request("eth").mdio) # Use Ethernet RMII PMOD. else: