_florent_ changed the topic of #litex to: LiteX FPGA SoC builder and Cores / Github : https://github.com/enjoy-digital, https://github.com/litex-hub / Logs: https://libera.irclog.whitequark.org/litex
tpb has quit [Remote host closed the connection]
tpb has joined #litex
Degi_ has joined #litex
Degi has quit [Ping timeout: 272 seconds]
Degi_ is now known as Degi
finsternis has joined #litex
finsternis has left #litex [#litex]
cr1901__ has joined #litex
cr1901_ has quit [Ping timeout: 240 seconds]
Emantor has quit [Quit: ZNC - http://znc.in]
Emantor has joined #litex
cr1901__ is now known as cr1901
absurdfatalism has left #litex [#litex]
xenador77 has quit [Remote host closed the connection]
<swetland> whee. I'm starting to (re-)understand the qemu innards
<swetland> Working on building up a riscv machine for it that's compatible with vexriscv and the litex peripherals to allow the same code to run in qemu and on a ULX3s: https://github.com/swetland/qemu/commits/wip
xenador77 has joined #litex
<xenador77> Took me way longer than it should have, but I finally got a simple "blinky" to execute without error on my attempt at an upduino_v3 platform file. Haven't managed to get that onto the actual board yet, but it's still progress
xenador77 has quit [Remote host closed the connection]
xenador77 has joined #litex
xenador77 has quit [Remote host closed the connection]
xenador77 has joined #litex
<swetland> the uart peripheral is kind of strange. the RXEMPTY register does not get set after you read the last character from TXRX, you have to clear the pending event bit
<cr1901> edge triggered int?
<swetland> I believe so but the weird thing is the RXEMPTY register remains 0 even after the character is read
<swetland> I expect the PENDING bit to stay until cleared but the status registers for peripherals usually reflect the current state
<cr1901> Right, pending is the interrupt bit, RXEMPTY is the status bit
<cr1901> hmm
<cr1901> (I don't have a good answer, sorry :P)
<swetland> no worries!
TMM_ has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
TMM_ has joined #litex
xenador77 has quit [Ping timeout: 252 seconds]