Skip to content

Commit

Permalink
coredevice.ttl: add missed int64 conversion.
Browse files Browse the repository at this point in the history
whitequark committed Mar 4, 2016
1 parent 7ff0c89 commit 6e44c54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion artiq/coredevice/ttl.py
Original file line number Diff line number Diff line change
@@ -238,7 +238,7 @@ def __init__(self, dmgr, channel):

# in RTIO cycles
self.previous_timestamp = int(0, width=64)
self.acc_width = 24
self.acc_width = int(24, width=64)

@portable
def frequency_to_ftw(self, frequency):

0 comments on commit 6e44c54

Please sign in to comment.