efinix_trion_t120_bga576_dev_kit/ethernet: Disable software debug (RX now seems to be working fine).
This commit is contained in:
parent
996f5b2edd
commit
60b769b624
|
@ -99,7 +99,7 @@ class BaseSoC(SoCCore):
|
|||
pads = platform.request("eth", eth_phy),
|
||||
with_hw_init_reset = False)
|
||||
if with_ethernet:
|
||||
self.add_ethernet(phy=self.ethphy, software_debug=True)
|
||||
self.add_ethernet(phy=self.ethphy, software_debug=False)
|
||||
if with_etherbone:
|
||||
self.add_etherbone(phy=self.ethphy)
|
||||
|
||||
|
|
Loading…
Reference in New Issue