-
Notifications
You must be signed in to change notification settings - Fork 12
CPLD update: Add individual IO_UPDATE, PROFILE, OSK, DRG and ATT capabilities #12
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
base: master
Are you sure you want to change the base?
Conversation
|
Which Urukul hardware releases are compatible with the new code in this PR? Our oldest is https://github.com/sinara-hw/Urukul/releases/tag/v1.5.3 , for example. |
I have tested with with v1.4 hardware but it should work with newer revisions as well. You will need updated ARTIQ drivers in order to use this code. See m-labs/artiq#2657 |
|
Thanks a lot, @newell ! A few quick questions:
|
These changes don't modify Kasli connection capabilities.
RF switches weren't modified, you can check the diff.
This would be a question for @sbourdeauducq |
|
When this is committed please tag it v1.5.0. I've updated the Urukul wiki to track these changes. |
This repository was forked to: |
This PR adds:
which allows OSK, DRG and other capabilities to ARTIQ.
This helps address many of the items in:
#7
For ARTIQ coredevice driver code to use these changes see:
m-labs/artiq#2657