Skip to content

Commit 6a8d1e5

Browse files
authored
Merge pull request #275 from miek/pipe_phy_imports
Remove unused/out-of-date imports from PIPE PHY example
2 parents d24193e + 2c4512b commit 6a8d1e5

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

examples/phy/pipe_phy.py

-5
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,6 @@
99
from amaranth import *
1010

1111
from luna import top_level_cli
12-
from luna.gateware.platform import NullPin
13-
from luna.gateware.usb.devices.ila import USBIntegratedLogicAnalyzer, USBIntegratedLogicAnalyzerFrontend
14-
15-
from luna.gateware.interface.serdes_phy.backends.ecp5 import LunaECP5SerDes
16-
from luna.gateware.interface.serdes_phy.phy import SerDesPHY
1712

1813
class PIPEPhyExample(Elaboratable):
1914
""" Hardware module that demonstrates grabbing a PHY resource with gearing. """

0 commit comments

Comments
 (0)