Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

initial support for ZCU216 RF board #223

Merged
merged 24 commits into from
Jan 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
5e21e43
added basi support for the ZCU216 V1 RF Board
Nov 9, 2023
9ede2f4
added ZCU208/216 hack to qick.py
Nov 10, 2023
086afc4
attenuators done. Started with filter chip
Nov 10, 2023
f1d0454
added bands on filter IC
Nov 13, 2023
f2f3954
added lowpass, highpass, bandpass, bypass modes for filter
Nov 13, 2023
c2cf641
changed spec to fc/bw. Fixed dead-band on HPF3-4
Nov 14, 2023
ffb5602
added bias dac. dac_bias class filters by board/version
Nov 21, 2023
b8af885
Merge branch 'rfboard' of https://github.com/openquantumhardware/qick
meeg Nov 22, 2023
be25ef8
bugfixes for ZCU111 RF board
meeg Nov 22, 2023
3d6ede6
SPI interface always uses bytes
meeg Nov 22, 2023
f634bae
use byte interface to SPI; fix bug in DAC conversion
Nov 23, 2023
f45cec3
update the rest of the 111 code
meeg Nov 23, 2023
a80a852
clean up QickSoc.adcs and QickSoc.dacs, put that info in the config d…
meeg Nov 28, 2023
a8bc232
reorganize soccfg printout
meeg Nov 28, 2023
967d7c0
Merge pull request #210 from openquantumhardware/main
meeg Dec 14, 2023
1f9b348
added bytes(1) to add 1 byte and get the right number for spi
Dec 14, 2023
945e256
Merge branch 'rfboard' of github.com:openquantumhardware/qick into rf…
Dec 14, 2023
f58d2f9
added rfboard data struct. Added mapping for rfb_* functions
Dec 18, 2023
90fb0bc
Merge branch 'nqz' into rfboard
meeg Dec 18, 2023
411b74c
added rfb_set_*_filter function
Dec 19, 2023
7661173
Revert ZCU208/216 hack in qick.py - preferred to change BOARD in /etc…
Jan 20, 2024
716b4a3
update version
qickbot Jan 20, 2024
b632f82
Merge remote-tracking branch 'origin/main' into rfboard
Jan 20, 2024
7e305fe
Merge branch 'rfboard' of github.com:openquantumhardware/qick into rf…
Jan 20, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion qick_lib/qick/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.220
0.2.223
Loading
Loading