axis: Expand size range for concatenator module tests

Signed-off-by: Alex Forencich <alex@alexforencich.com>
This commit is contained in:
Alex Forencich
2025-07-31 14:13:13 -07:00
parent 933899887a
commit 8bcd7ca037

View File

@@ -153,7 +153,7 @@ def cycle_pause():
def size_list():
data_width = len(cocotb.top.m_axis.tdata)
byte_width = data_width // 8
return list(range(1, byte_width*2+1))
return list(range(1, byte_width*3+1))
def incrementing_payload(length):