zjason has quit [Remote host closed the connection]
zjason has joined #litex
<msh>
should jtagbone work OK with litescope? with litex_cli --regs I can see analyzer_trigger_done getting set, but analyzer_storage_done never gets set. doesn't _seem_ like it would be transport related, but uartbone worked OK in a similar setup before
Brinx has joined #litex
nickoe has quit [Quit: Client closed]
nickoe has joined #litex
Brinx has quit [Ping timeout: 265 seconds]
Brinx has joined #litex
<msh>
tried uartbone in the same design now, and it works. guess maybe jtagbone is OK at slow rates or something
<tnt>
In theory both are equivalent ... does jtagbone work for you for other stuff ?
<tnt>
And TBH you're better off with uartbone. It's usually faster than jtagbone if you set a baudrate of like 1M or 2Mbaud.
<msh>
jtagbone worked fine for litex_cli --regs, haven't used it for much else (I'm just integrating a generated litescope .v into another design)
<msh>
will use uartbone, just the target board doesn't currently have any spare pins brought out. but can sort that out
<nickoe>
Is it possible to have multiple "endpoints" for the serial console?
minute has joined #litex
<minute>
hey, i am bringing up a new kintex-7 board with KSZ9031RNX eth phy, and i have a weird problem, it looks like all the nybbles in rx packages are doubled
<tpb>
Title: Imgur: The magic of the Internet (at imgur.com)
<somlo>
I'll post a full log of serial at some point soon, before I start hunting for what exactly causes the crash
<somlo>
but we're getting closer to world domination ;)
<minute>
zyp: could this be a mismatch of 100mbit vs 1000? i.e. if the phy is in 10/100 mode it would clock the data as SDR and liteeth would sample at DDR, right? how can liteeth detect the link mode?
<zyp>
minute, possible, IIRC it should detect the link mode from status bits on the data lines when idle
<minute>
oh hmm, i didn't know this was possible. there's no MDIO happening at all, right?
<minute>
i'm not sure if liteeth rgmii even supports switching to 100/10mbit? because it would need to switch the clock down to 25mhz or 2.5mhz