mirror of https://github.com/m-labs/artiq.git
test: avoid underflow in DMA replay test.
This commit is contained in:
parent
dbea679e96
commit
ac9e8b8568
|
@ -476,6 +476,7 @@ class _DMA(EnvExperiment):
|
|||
|
||||
@kernel
|
||||
def replay(self):
|
||||
self.break_realtime()
|
||||
self.core_dma.replay(self.trace_name)
|
||||
|
||||
@kernel
|
||||
|
|
Loading…
Reference in New Issue