forked from M-Labs/artiq
transforms/interleave: handle 'at'
This commit is contained in:
parent
17f5a31320
commit
ddc9c3423f
|
@ -34,6 +34,8 @@ def _get_duration(stmt):
|
||||||
except NotConstant:
|
except NotConstant:
|
||||||
da = -1
|
da = -1
|
||||||
return da
|
return da
|
||||||
|
elif name == "at":
|
||||||
|
return -1
|
||||||
else:
|
else:
|
||||||
return 0
|
return 0
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Reference in New Issue