forked from M-Labs/artiq
7 lines
119 B
Python
7 lines
119 B
Python
|
# RUN: %python -m artiq.compiler.testbench.signature %s >%t
|
||
|
|
||
|
with parallel:
|
||
|
delay(1.0)
|
||
|
t0 = now_mu()
|
||
|
print(t0)
|