mirror of
https://github.com/fpganinja/taxi.git
synced 2026-08-29 16:15:03 -07:00
stats: Wait for increments to drain before checking counters
Signed-off-by: Alex Forencich <alex@alexforencich.com>
This commit is contained in:
@@ -144,6 +144,7 @@ async def run_stress_test(dut, idle_inserter=None, backpressure_inserter=None):
|
||||
while workers:
|
||||
await workers.pop(0).join()
|
||||
|
||||
await tb.stat_source.wait()
|
||||
await Timer(1000, 'ns')
|
||||
|
||||
data_ref = [0]*2**stat_id_width
|
||||
|
||||
Reference in New Issue
Block a user