<_florent_>
hmm it seems I broke something (timings on jesd?), is there a way to get the vivado timing report of the buildbot?
<sb0>
_florent_, looks like vivado snafu (despite what xilinx says, results *are* non-deterministic)
<sb0>
bb-m-labs, force build artiq
<bb-m-labs>
build forced [ETA 32m41s]
<bb-m-labs>
I'll give a shout when the build finishes
<sb0>
_florent_, or maybe the non-determinism is caused by migen/misoc producing different verilog output due to things like this idiotic non-deterministic dictionary iteration order in python
<sb0>
I've fixed most of those, but maybe some bugs remain
<_florent_>
sb0: ok, but I also moved the prbs generator in the jesd core from the transceiver to the fabric (but timings were fine on a simple design)
<_florent_>
sb0: so if it's the reason it's failing, I'll try to improve that