mirror of https://github.com/m-labs/artiq.git
parent
322861225e
commit
944a3b34c3
|
@ -221,7 +221,7 @@ Try this: ::
|
||||||
with self.core_dma.record("pulses"):
|
with self.core_dma.record("pulses"):
|
||||||
# all RTIO operations now go to the "pulses"
|
# all RTIO operations now go to the "pulses"
|
||||||
# DMA buffer, instead of being executed immediately.
|
# DMA buffer, instead of being executed immediately.
|
||||||
for i in range(100):
|
for i in range(50):
|
||||||
self.ttl0.pulse(100*ns)
|
self.ttl0.pulse(100*ns)
|
||||||
delay(100*ns)
|
delay(100*ns)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue