2
0
mirror of https://github.com/m-labs/artiq.git synced 2024-12-26 03:38:25 +08:00

coredevice/TTLClockGen: fix attribute init

This commit is contained in:
Sebastien Bourdeauducq 2015-08-27 09:48:11 +08:00
parent 4cb0d4589e
commit 1991b3c910

View File

@ -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