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:
|
||||
da = -1
|
||||
return da
|
||||
elif name == "at":
|
||||
return -1
|
||||
else:
|
||||
return 0
|
||||
else:
|
||||
|
|
Loading…
Reference in New Issue