Skip to content

Commit c03c745

Browse files
committed
fix bug for tproc v1
1 parent 03ddb93 commit c03c745

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

qick_lib/qick/qick.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1487,7 +1487,7 @@ def clear_tproc_counter(self, addr):
14871487
Counter address
14881488
"""
14891489
if self.TPROC_VERSION == 1:
1490-
self.tproc.single_write(addr=addr, data=val)
1490+
self.tproc.single_write(addr=addr, data=0)
14911491
elif self.TPROC_VERSION == 2:
14921492
self.tproc.reset()
14931493

0 commit comments

Comments
 (0)