From 8f7a1bf5d4fca2c6b4159952be5ce6e7f9ed1814 Mon Sep 17 00:00:00 2001 From: Florent Kermarrec Date: Fri, 9 Jun 2023 08:32:42 +0200 Subject: [PATCH] liteeth_gen: Disable wip Etherbone. --- liteeth/gen.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/liteeth/gen.py b/liteeth/gen.py index 06ed270..aa62dee 100755 --- a/liteeth/gen.py +++ b/liteeth/gen.py @@ -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")