mirror of
https://github.com/fpganinja/taxi.git
synced 2025-12-07 16:28:40 -08:00
axis: Expand size range for concatenator module tests
Signed-off-by: Alex Forencich <alex@alexforencich.com>
This commit is contained in:
@@ -153,7 +153,7 @@ def cycle_pause():
|
|||||||
def size_list():
|
def size_list():
|
||||||
data_width = len(cocotb.top.m_axis.tdata)
|
data_width = len(cocotb.top.m_axis.tdata)
|
||||||
byte_width = data_width // 8
|
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):
|
def incrementing_payload(length):
|
||||||
|
|||||||
Reference in New Issue
Block a user