liteeth_gen: Remove unwanted data_width assertion on Etherbone.

This commit is contained in:
Florent Kermarrec 2024-02-29 14:49:37 +01:00
parent b4e2850623
commit 21ff1b9369
1 changed files with 0 additions and 1 deletions

View File

@ -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,