Implement StdRegister readback - #285
Conversation
|
Hmm, I'm now uncertain if this is a good idea. Do we know the historical reason why this was not implemented? Back in 2019 Jens changed it: I guess one thing to think about here, is that it will update the |
|
To be more clear, daq["gpio1"].read() # Refresh every field
ready = daq["gpio1"]["COMP_IDELAY_RDY"] # Access and refresh only one field |
|
It seems reasonable to me and well-worded that |
cbespin
left a comment
There was a problem hiding this comment.
Feel free to merge when ready
|
Sweet okay, let's try it! |
On my
behavioral-modulesbranch, I've had this fix for a while, but actually Stella needs it too now. Can we merge this? Since my other branch is too big to review quickly