liteth/phy: Update 1000basex imports and cleanup other imports.

This commit is contained in:
Florent Kermarrec 2023-06-22 16:48:10 +02:00
parent 9d22266233
commit fc4003b115
1 changed files with 10 additions and 8 deletions

View File

@ -36,3 +36,5 @@ 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
from liteeth.phy.usp_gth_1000basex import USP_GTH_1000BASEX
from liteeth.phy.usp_gty_1000basex import USP_GTY_1000BASEX