2
0
mirror of https://github.com/m-labs/artiq.git synced 2024-12-25 11:18:27 +08:00

Commit missing parts of 78fb3e1b.

This commit is contained in:
whitequark 2015-12-30 15:31:56 +08:00
parent 78fb3e1b7b
commit 424ca53fa0

View File

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