liteeth_gen: Remove unwanted data_width assertion on Etherbone.
This commit is contained in:
parent
b4e2850623
commit
21ff1b9369
|
@ -567,7 +567,6 @@ class UDPCore(PHYCore):
|
||||||
etherbone_buffer_depth = core_config.get("etherbone_buffer_depth", 16)
|
etherbone_buffer_depth = core_config.get("etherbone_buffer_depth", 16)
|
||||||
|
|
||||||
if etherbone:
|
if etherbone:
|
||||||
assert (data_width == 32)
|
|
||||||
self.etherbone = LiteEthEtherbone(
|
self.etherbone = LiteEthEtherbone(
|
||||||
udp = self.core.udp,
|
udp = self.core.udp,
|
||||||
udp_port = etherbone_port,
|
udp_port = etherbone_port,
|
||||||
|
|
Loading…
Reference in New Issue