soc/interconnect/axi: Fix beat_offset dimension (was limiting bursts to 2KB instead of 4KB).

This commit is contained in:
Florent Kermarrec 2021-11-05 18:38:22 +01:00
parent f0e3b3f3ea
commit af5167c7f0
1 changed files with 1 additions and 1 deletions

View File

@ -317,7 +317,7 @@ class AXIBurst2Beat(Module):
beat_count = Signal(8)
beat_size = Signal(8 + 4)
beat_offset = Signal((8 + 4, True))
beat_offset = Signal((8 + 4 + 1, True))
beat_wrap = Signal(8 + 4)
# Compute parameters