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:
parent
4a724d9d2d
commit
c9a0f5f50b
|
@ -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"),
|
||||
|
|
Loading…
Reference in New Issue