mirror of https://github.com/m-labs/artiq.git
coredevice/TTLClockGen: fix attribute init
This commit is contained in:
parent
4cb0d4589e
commit
1991b3c910
|
@ -220,7 +220,6 @@ class TTLClockGen:
|
||||||
self.core = dmgr.get("core")
|
self.core = dmgr.get("core")
|
||||||
self.channel = channel
|
self.channel = channel
|
||||||
|
|
||||||
def build(self):
|
|
||||||
# in RTIO cycles
|
# in RTIO cycles
|
||||||
self.previous_timestamp = int64(0)
|
self.previous_timestamp = int64(0)
|
||||||
self.acc_width = 24
|
self.acc_width = 24
|
||||||
|
|
Loading…
Reference in New Issue