Skip to content

Commit

Permalink
phy/__init__: import all phys.
Browse files Browse the repository at this point in the history
  • Loading branch information
enjoy-digital committed Mar 1, 2020
1 parent b2e1272 commit 32d4af1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions liteeth/phy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,13 @@ def LiteEthPHY(clock_pads, pads, clk_freq=None, **kwargs):
from liteeth.phy.mii import LiteEthPHYMII
from liteeth.phy.rmii import LiteEthPHYRMII
from liteeth.phy.gmii import LiteEthPHYGMII
from liteeth.phy.gmii_mii import LiteEthPHYGMIIMII

from liteeth.phy.s6rgmii import LiteEthPHYRGMII as LiteEthS6PHYRGMII
from liteeth.phy.s7rgmii import LiteEthPHYRGMII as LiteEthS7PHYRGMII
from liteeth.phy.usrgmii import LiteEthPHYRGMII as LiteEthUSPHYRGMII
from liteeth.phy.ecp5rgmii import LiteEthPHYRGMII as LiteEthECP5PHYRGMII

from liteeth.phy.a7_1000basex import A7_1000BASEX
from liteeth.phy.k7_1000basex import K7_1000BASEX
from liteeth.phy.ku_1000basex import KU_1000BASEX

0 comments on commit 32d4af1

Please sign in to comment.