artiq/lit-test/test/local_access/parallel.py

7 lines
119 B
Python

# RUN: %python -m artiq.compiler.testbench.signature %s >%t
with parallel:
delay(1.0)
t0 = now_mu()
print(t0)