You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With current phaser (b14fcd4) kernels freeze depending on where I return:
If I place a return before the line that prints AD9154_SCR_L_REG, the kernel runs fine. https://github.com/m-labs/artiq/blob/phaser/artiq/examples/phaser/repository/test_ad9154_status.py#L107
If I place it anywhere after (or using the code in the repository as is), it does not complete loading (no _D2HMsgType.LOAD_COMPLETED received, i.e. nothing received).
The particular line is not the problem. It seems to be more the amount of code.
Good (return before line 107) and bad (return just after line 107) dumps are attached.
With current phaser (b14fcd4) kernels freeze depending on where I return:
If I place a return before the line that prints AD9154_SCR_L_REG, the kernel runs fine.
https://github.com/m-labs/artiq/blob/phaser/artiq/examples/phaser/repository/test_ad9154_status.py#L107
If I place it anywhere after (or using the code in the repository as is), it does not complete loading (no
_D2HMsgType.LOAD_COMPLETED
received, i.e. nothing received).The particular line is not the problem. It seems to be more the amount of code.
Good (return before line 107) and bad (return just after line 107) dumps are attached.
good_bad.tar.gz
The text was updated successfully, but these errors were encountered: