mirror of
https://github.com/m-labs/artiq.git
synced 2024-12-04 17:31:10 +08:00
8 lines
147 B
Python
8 lines
147 B
Python
# RUN: %python -m artiq.compiler.testbench.jit %s
|
|
|
|
assert now_mu() == 0
|
|
delay_mu(100)
|
|
assert now_mu() == 100
|
|
at_mu(12345)
|
|
assert now_mu() == 12345
|