Skip to content

Commit

Permalink
Merge pull request greatscottgadgets#275 from miek/pipe_phy_imports
Browse files Browse the repository at this point in the history
Remove unused/out-of-date imports from PIPE PHY example
  • Loading branch information
miek authored Sep 4, 2024
2 parents d24193e + 2c4512b commit 6a8d1e5
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions examples/phy/pipe_phy.py
Original file line number Diff line number Diff line change
Expand Up @@ -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. """
Expand Down

0 comments on commit 6a8d1e5

Please sign in to comment.