mirror of
https://github.com/m-labs/artiq.git
synced 2024-12-05 01:36:39 +08:00
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)
|