<Melkhior>
bit in the code I extracted from the BIOS, it seems I only have 1 pulse for 1 bitslip on my Artix-7
<Melkhior>
(from a not-so-recent version of the BIOS)
<Melkhior>
I'm wondering why the discrepancy, or if I'm missing something (just the one pulse seems to work for me)
<Melkhior>
TIA
felix_ has quit [Ping timeout: 268 seconds]
felix_ has joined #litex
<_florent_>
Melkhior: The 7-Series PHY was using the internal bitslip if the ISERDESE2 previously, but it has been replaced by a bitslip module in the fabric:
<_florent_>
I did that because as you can see, the 7-Series bitslip has a strange behaviour and this features was not available on all FPGAs, so it's easier to just do it in the fabric
<_florent_>
That's the reason the workaround is no longer present in the BIOS
<Melkhior>
_florent_: thanks, so just the one is OK and my code should be fine then :-)
<Melkhior>
need to initialize the SDRAM from my PROM so I can then try to start up the framebuffer, as it needs the memory to be working
indy_ has quit [Ping timeout: 260 seconds]
indy has joined #litex
indy has quit [Ping timeout: 265 seconds]
indy has joined #litex
indy has quit [Ping timeout: 265 seconds]
indy has joined #litex
indy has quit [Read error: Connection reset by peer]
indy has joined #litex
indy has quit [Ping timeout: 265 seconds]
indy has joined #litex
indy has quit [Ping timeout: 265 seconds]
<somlo>
_florent_: do you mind if I just merge 1058? The nextpnr timing question for gatecat is really just an orthogonal BTW, the dual-core SMP setup should work on other boards, with other toolchains...
<_florent_>
somlo: sorry I saw it but forgot to merge it. That's fine yes, you can merge it.