We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d24193e + 2c4512b commit 6a8d1e5Copy full SHA for 6a8d1e5
examples/phy/pipe_phy.py
@@ -9,11 +9,6 @@
9
from amaranth import *
10
11
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
17
18
class PIPEPhyExample(Elaboratable):
19
""" Hardware module that demonstrates grabbing a PHY resource with gearing. """
0 commit comments