From 21ff1b93696337829dc7f13cde94ad544247c859 Mon Sep 17 00:00:00 2001 From: Florent Kermarrec Date: Thu, 29 Feb 2024 14:49:37 +0100 Subject: [PATCH] liteeth_gen: Remove unwanted data_width assertion on Etherbone. --- liteeth/gen.py | 1 - 1 file changed, 1 deletion(-) diff --git a/liteeth/gen.py b/liteeth/gen.py index 134f99f..810b851 100755 --- a/liteeth/gen.py +++ b/liteeth/gen.py @@ -567,7 +567,6 @@ class UDPCore(PHYCore): etherbone_buffer_depth = core_config.get("etherbone_buffer_depth", 16) if etherbone: - assert (data_width == 32) self.etherbone = LiteEthEtherbone( udp = self.core.udp, udp_port = etherbone_port,