efinix_trion_t120_bga576_dev_kit/ethernet: Disable software debug (RX now seems to be working fine).

This commit is contained in:
Florent Kermarrec 2021-11-16 18:53:15 +01:00
parent 996f5b2edd
commit 60b769b624
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ class BaseSoC(SoCCore):
pads = platform.request("eth", eth_phy), pads = platform.request("eth", eth_phy),
with_hw_init_reset = False) with_hw_init_reset = False)
if with_ethernet: if with_ethernet:
self.add_ethernet(phy=self.ethphy, software_debug=True) self.add_ethernet(phy=self.ethphy, software_debug=False)
if with_etherbone: if with_etherbone:
self.add_etherbone(phy=self.ethphy) self.add_etherbone(phy=self.ethphy)