<sb0>
Samuel, mismatch between openocd version and flash proxy bitstream version, probably
<sb0>
Samuel, it's loading the one that comes with artiq. iirc either it should load the one that comes in the proxy bitstream package, or be an older openocd version.
<GitHub-m-labs>
[artiq] sbourdeauducq commented on issue #1080: @enjoy-digital Thanks for updating the GTH with all the wizard parameters and testing on KCU105. I tested the new code on the HK board and didn't see regressions, so I committed it.... https://github.com/m-labs/artiq/issues/1080#issuecomment-406778764
<GitHub-m-labs>
[artiq] sbourdeauducq commented on issue #1080: @enjoy-digital Thanks for updating the GTH with all the wizard parameters and testing on KCU105. I tested the new code on the HK board and didn't see regressions, so I committed it.... https://github.com/m-labs/artiq/issues/1080#issuecomment-406778764
<GitHub-m-labs>
[artiq] klickverbot commented on issue #1113: Oh, the problem here is much more pedestrian: DMA of course doesn't advance `TTLInOut.i_previous_timestamp`, so `count()` still uses the timeout from when the sequence was recorded (i.e. `gate_*` was actually called). Same would go for output events and `.sync()`, although that is much less frequently used.... https://github.com/m-labs/artiq/issues/1113#issuecom
<GitHub-m-labs>
[artiq] jordens commented on issue #1113: Maybe invalidate `i_previous_timestamp` in `count()` (and elsewhere) to prevent it being used wrong in the DMA case and describe how to manually compute it and set it when doing `count()` ing a DMA gate. Or change the TTL api to enforce returning the gate closure time from `gate()` and require using that in `count()` (and elsewhere). https://github.com/m-labs/artiq/
rohitksingh has quit [Quit: Leaving.]
<GitHub-m-labs>
[artiq] klickverbot commented on issue #1113: Requiring a timestamp argument to `count` is perhaps the cleanest way to solve this. I was going to add this anyway to be able to write correct user code without fiddling with `i_previous_timestamp` or directly using `rtio_input_timestamp`, but we could remove the no-timestamp version with the next major release.... https://github.com/m-labs/artiq/issues/1113#is
rohitksingh has joined #m-labs
rohitksingh has quit [Quit: Leaving.]
rohitksingh has joined #m-labs
kmehall has quit [Quit: No Ping reply in 180 seconds.]
<GitHub108>
[smoltcp] whitequark commented on pull request #255 4a95957: Either this function shouldn't be `pub`, or it should perform more validation and ensure that `self` is a CIDR subnet mask. https://github.com/m-labs/smoltcp/pull/255#discussion_r204222580