We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eac9fbd commit 66d74ceCopy full SHA for 66d74ce
2 files changed
qick_lib/qick/drivers/readout.py
@@ -256,7 +256,7 @@ class AxisPFBReadoutV2(AbsPFBReadout):
256
CH[0-3]SEL_REG : 3-bit ID mapping an output channel to an input.
257
"""
258
bindto = ['user.org:user:axis_pfb_readout_v2:1.0',
259
- 'FNAL:QICK:axis_pfb_readout_v2:1.0'
+ 'FNAL:QICK:axis_pfb_readout_v2:1.0']
260
261
# Number of PFB channels.
262
NCH = 8
qick_lib/qick/drivers/tproc.py
@@ -353,7 +353,7 @@ class Axis_QICK_Proc(SocIP):
353
:type axi_dma: int
354
355
bindto = ['Fermi:user:qick_processor:2.0',
356
- 'FNAL:QICK::qick_processor:2.0']
+ 'FNAL:QICK:qick_processor:2.0']
357
358
def __init__(self, description):
359
0 commit comments