Skip to content

Commit 66d74ce

Browse files
committed
1 parent eac9fbd commit 66d74ce

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

qick_lib/qick/drivers/readout.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ class AxisPFBReadoutV2(AbsPFBReadout):
256256
CH[0-3]SEL_REG : 3-bit ID mapping an output channel to an input.
257257
"""
258258
bindto = ['user.org:user:axis_pfb_readout_v2:1.0',
259-
'FNAL:QICK:axis_pfb_readout_v2:1.0'
259+
'FNAL:QICK:axis_pfb_readout_v2:1.0']
260260

261261
# Number of PFB channels.
262262
NCH = 8

qick_lib/qick/drivers/tproc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ class Axis_QICK_Proc(SocIP):
353353
:type axi_dma: int
354354
"""
355355
bindto = ['Fermi:user:qick_processor:2.0',
356-
'FNAL:QICK::qick_processor:2.0']
356+
'FNAL:QICK:qick_processor:2.0']
357357

358358
def __init__(self, description):
359359
"""

0 commit comments

Comments
 (0)