From 377c776ec8010c1920610fb039afdcc8dceb7405 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Tue, 18 Jul 2017 14:01:08 +0800 Subject: [PATCH] =?UTF-8?q?examples/dma=5Fblink:=20replay=20=E2=86=92=20pl?= =?UTF-8?q?ayback?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../master/repository/coredevice_examples/simple/dma_blink.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/artiq/examples/master/repository/coredevice_examples/simple/dma_blink.py b/artiq/examples/master/repository/coredevice_examples/simple/dma_blink.py index aedb5c535..e2866483f 100644 --- a/artiq/examples/master/repository/coredevice_examples/simple/dma_blink.py +++ b/artiq/examples/master/repository/coredevice_examples/simple/dma_blink.py @@ -23,4 +23,4 @@ class DMABlink(EnvExperiment): self.record() self.core.break_realtime() for i in range(5): - self.core_dma.replay("blink") + self.core_dma.playback("blink")