2
0
mirror of https://github.com/m-labs/artiq.git synced 2024-12-28 20:53:35 +08:00

test: avoid underflow in DMA replay test.

This commit is contained in:
whitequark 2017-03-17 12:09:02 +00:00
parent dbea679e96
commit ac9e8b8568

View File

@ -476,6 +476,7 @@ class _DMA(EnvExperiment):
@kernel
def replay(self):
self.break_realtime()
self.core_dma.replay(self.trace_name)
@kernel