From 2c4512be617ab04e9b90ccc5a492aecd9aa146d4 Mon Sep 17 00:00:00 2001 From: Mike Walters Date: Wed, 4 Sep 2024 12:04:10 +0100 Subject: [PATCH] Remove unused/out-of-date imports from PIPE PHY example --- examples/phy/pipe_phy.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/examples/phy/pipe_phy.py b/examples/phy/pipe_phy.py index 63cd2ea2d..9d4104182 100755 --- a/examples/phy/pipe_phy.py +++ b/examples/phy/pipe_phy.py @@ -9,11 +9,6 @@ from amaranth import * from luna import top_level_cli -from luna.gateware.platform import NullPin -from luna.gateware.usb.devices.ila import USBIntegratedLogicAnalyzer, USBIntegratedLogicAnalyzerFrontend - -from luna.gateware.interface.serdes_phy.backends.ecp5 import LunaECP5SerDes -from luna.gateware.interface.serdes_phy.phy import SerDesPHY class PIPEPhyExample(Elaboratable): """ Hardware module that demonstrates grabbing a PHY resource with gearing. """