pftbest has quit [Remote host closed the connection]
Coldberg has quit [Ping timeout: 265 seconds]
Degi_ has joined #litex
Degi has quit [Ping timeout: 252 seconds]
Degi_ is now known as Degi
<jevinskie[m]>
I’m making progress on adding jtagphy/primitive support for altera. I’m battling some off by one bug now but it’s otherwise working like my toy example with Xilinx jtag. No altera virtual jtag bs either, just standard usercode passthrough :)
str1 has quit [Ping timeout: 268 seconds]
str1 has joined #litex
aquijoule_ has joined #litex
richbridger has quit [Ping timeout: 246 seconds]
FabM has joined #litex
FabM has joined #litex
FabM has quit [Changing host]
pftbest has joined #litex
pftbest has quit [Remote host closed the connection]
pftbest has joined #litex
<_florent_>
jevinskie[m]: nice, hoping you won't spend too much time on this last"off by one bug"... Are you planning to integrate it with LiteX? With litex_term or JTAGBone?
<jevinskie[m]>
Yes, with jtagbone and by extension litex_term (should be a lot faster than the virtual “Atlantic jtag” UART.
<_florent_>
chiefwigms: sorry, no yet
<chiefwigms>
any tips on what to try to debug?
<_florent_>
jevinskie[m]: great! The JTAG UART over Atlantic debug is indeed a very slow
<_florent_>
chiefwigms: the first thing would be do to a review of the parameters, then check the clocks/init (verify the clock frequency are the ones expected, that the transceivers are initialized correctly) and then look at the RX/TX data to with a Logic Analyzer
<_florent_>
(can be done with LiteScope in our case)