targets/sipeed_tang_primer_20: Ethernet/Etherbone working.

Test:
./sipeed_tang_primer_20k.py --cpu-type=serv --with-etherbone --build --load

ping 192.168.1.50
This commit is contained in:
Florent Kermarrec 2023-03-02 12:02:58 +01:00
parent 4a724d9d2d
commit c9a0f5f50b
1 changed files with 0 additions and 1 deletions

View File

@ -162,7 +162,6 @@ class BaseSoC(SoCCore):
# Ethernet / Etherbone ---------------------------------------------------------------------
if with_ethernet or with_etherbone:
# FIXME: Un-tested.
from liteeth.phy.rmii import LiteEthPHYRMII
self.ethphy = LiteEthPHYRMII(
clock_pads = self.platform.request("eth_clocks"),