<tpb>
Title: GitHub - AlphamaxMedia/netv2mvp-scripts: Various scripts for NeTV2MVP (at github.com)
<CarlFK>
that was 2 years ago - is it still needed?
Degi has quit [Ping timeout: 256 seconds]
Degi has joined #litex
CarlFK has quit [Read error: Connection reset by peer]
_whitelogger has joined #litex
kgugala__ has joined #litex
kgugala has quit [Ping timeout: 256 seconds]
_whitelogger has joined #litex
tmichalak has quit [Ping timeout: 260 seconds]
rohitksingh has quit [Ping timeout: 260 seconds]
kgugala__ has quit [Quit: -a- Connection Timed Out]
kgugala has joined #litex
kgugala_ has joined #litex
kgugala has quit [Ping timeout: 265 seconds]
<bunnie>
<CarlFK "that was 2 years ago - is it sti"> I think they have finally absorbed the patch to deal with the drive strength issue on the drivers
<bunnie>
however, I have not tried a mainline openocd on the boards yet. what you'll see is when you go to do a firmware update, it'll stall because you get random bit corruption due to the signal integrity being terrible from the drive strength being wrong
<bunnie>
the patch I had tunes that. ideally, this would be the sort of thing you could specify as an argument to openocd but I tried doing a PR to them once and...let's just say it's not a welcoming crowd.
rohitksingh has joined #litex
Skip has joined #litex
CarlFK has joined #litex
kgugala_ has quit [Quit: -a- Connection Timed Out]
kgugala has joined #litex
rohitksingh_ has joined #litex
acathla has quit [Quit: segfault]
acathla has joined #litex
kgugala_ has joined #litex
kgugala has quit [Ping timeout: 264 seconds]
acathla has joined #litex
acathla has quit [Changing host]
kgugala_ has quit [Read error: Connection reset by peer]
kgugala has joined #litex
kgugala has quit [Read error: Connection reset by peer]
kgugala has joined #litex
kgugala_ has joined #litex
kgugala has quit [Ping timeout: 258 seconds]
<somlo>
daveshah: after updating to yosys fa8cb3e (the latest upstream), when I try to build LiteX for 5g-versa or trellisboard, I get an error like this: https://pastebin.com/NQjcNXkQ
<tpb>
Title: ERROR: Found error in internal cell \top.$auto$alumacc.cc:485:replace_alu$53097. - Pastebin.com (at pastebin.com)
<bunnie>
ah right, that reminds me now exactly the issue. It wasn't a drive strength problem, it was a problem with the way the BCM2835 synchronizes reads across clock domains
<bunnie>
you'd lose reads occasionally the way it implemented at the time
<bunnie>
I think this was actually fixed, they eventually took some other approach to creating a read barrier across the clock crossing
<bunnie>
not by my PR but someone else went through the trouble of pushing it
HoloIRCUser1 has joined #litex
HoloIRCUser has quit [Ping timeout: 240 seconds]
<CarlFK>
I have v 0.10.0 on a pi4 + netv2 - is this worth trying?