2
0
mirror of https://github.com/m-labs/artiq.git synced 2024-12-05 01:36:39 +08:00
artiq/lit-test/test/local_access/parallel.py
2015-12-30 15:31:56 +08:00

7 lines
119 B
Python

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