Skip to content

Commit

Permalink
liteeth_gen: Remove unwanted data_width assertion on Etherbone.
Browse files Browse the repository at this point in the history
  • Loading branch information
enjoy-digital committed Feb 29, 2024
1 parent b4e2850 commit 21ff1b9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion liteeth/gen.py
Original file line number Diff line number Diff line change
Expand Up @@ -567,7 +567,6 @@ def __init__(self, platform, core_config):
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,
Expand Down

0 comments on commit 21ff1b9

Please sign in to comment.