mirror of
https://github.com/fpganinja/taxi.git
synced 2026-01-18 09:40:18 -08:00
axi: Sweep burst size in AXI interconnect tests
Signed-off-by: Alex Forencich <alex@alexforencich.com>
This commit is contained in:
@@ -198,7 +198,7 @@ if getattr(cocotb, 'top', None) is not None:
|
||||
factory = TestFactory(test)
|
||||
factory.add_option("idle_inserter", [None, cycle_pause])
|
||||
factory.add_option("backpressure_inserter", [None, cycle_pause])
|
||||
# factory.add_option("size", [None]+list(range(max_burst_size)))
|
||||
factory.add_option("size", [None]+list(range(max_burst_size)))
|
||||
factory.add_option("s", range(min(s_count, 2)))
|
||||
factory.add_option("m", range(min(m_count, 2)))
|
||||
factory.generate_tests()
|
||||
|
||||
@@ -192,7 +192,7 @@ if getattr(cocotb, 'top', None) is not None:
|
||||
factory = TestFactory(test)
|
||||
factory.add_option("idle_inserter", [None, cycle_pause])
|
||||
factory.add_option("backpressure_inserter", [None, cycle_pause])
|
||||
# factory.add_option("size", [None]+list(range(max_burst_size)))
|
||||
factory.add_option("size", [None]+list(range(max_burst_size)))
|
||||
factory.add_option("s", range(min(s_count, 2)))
|
||||
factory.add_option("m", range(min(m_count, 2)))
|
||||
factory.generate_tests()
|
||||
|
||||
Reference in New Issue
Block a user