Skip to content

tProcv2 tweak, bugfix#352

Merged
meeg merged 3 commits intomainfrom
bugfix
Jul 17, 2025
Merged

tProcv2 tweak, bugfix#352
meeg merged 3 commits intomainfrom
bugfix

Conversation

@meeg
Copy link
Copy Markdown
Contributor

@meeg meeg commented Jul 17, 2025

  • The schedule time for timed instructions (pulse, trigger, send_readoutconfig) can be specified either by writing them to the special time register (s14) before executing the timed instruction, or by including an immediate value in the timed instruction. We were always using the former (because that's fully general, and the latter was not added to the tProc until later), but if the time isn't swept this means using two instructions where only one is really needed. Now we check whether an immediate value can be used.
  • The readback check added in changes to improve multiboard sync #342 to tProc v2 load_mem() had a bug which broke things for dmem. Fixed.

@meeg meeg merged commit e428c89 into main Jul 17, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants