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

more dynamic register assignment #19

Open
meeg opened this issue Feb 17, 2022 · 0 comments
Open

more dynamic register assignment #19

meeg opened this issue Feb 17, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@meeg
Copy link
Collaborator

meeg commented Feb 17, 2022

Currently, qick_asm assigns the DAC pulse parameters to specific registers; the pulse setup writes to those registers and then the set commands read from those registers. These assignments are hard-coded, and there also isn't anything special done to make sure that nobody tries to use these registers for something else. Similarly, the loop counters go to specific registers.

If you're writing a program that needs another register for something, you need to know about these existing register assignments. It would be nice if you could instead request an available register (perhaps on the register page corresponding to the DAC you're working with), and qick_asm would pick a register number that your program isn't using.

From discussion with @circuitqed.

@meeg meeg added the enhancement New feature or request label Feb 17, 2022
@meeg meeg self-assigned this Feb 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant