liteeth_gen: Disable wip Etherbone.

This commit is contained in:
Florent Kermarrec 2023-06-09 08:32:42 +02:00
parent 7f4df17615
commit 8f7a1bf5d4
1 changed files with 1 additions and 1 deletions

View File

@ -311,7 +311,7 @@ class UDPCore(PHYCore):
# Etherbone --------------------------------------------------------------------------------
# /!\ WIP /!\
with_etherbone = True
with_etherbone = False
if with_etherbone:
assert (data_width == 32)
self.submodules.etherbone = LiteEthEtherbone(self.core.udp, 1234, buffer_depth=16, cd="sys")