Saturday, 2022-04-30

*** tpb <[email protected]> has joined #litex00:00
*** Degi_ <[email protected]> has joined #litex00:29
*** Degi <[email protected]> has quit IRC (Ping timeout: 272 seconds)00:29
*** Degi_ is now known as Degi00:29
*** finsternis <[email protected]> has joined #litex00:35
*** finsternis <[email protected]> has left #litex00:35
*** cr1901__ <cr1901__!~cr1901@2601:8d:8600:911:2167:bd8a:6357:747e> has joined #litex01:07
*** cr1901_ <cr1901_!~cr1901@2601:8d:8600:911:445f:c0a1:bec1:54e3> has quit IRC (Ping timeout: 240 seconds)01:10
*** Emantor <[email protected]> has quit IRC (Quit: ZNC - http://znc.in)01:20
*** Emantor <[email protected]> has joined #litex01:21
*** cr1901__ is now known as cr190101:43
*** absurdfatalism <absurdfatalism!~absurdfat@pool-100-34-141-221.phlapa.fios.verizon.net> has left #litex02:04
*** xenador77 <xenador77!~xenador77@user/xenador77> has quit IRC (Remote host closed the connection)07:48
swetlandwhee.  I'm starting to (re-)understand the qemu innards09:08
swetlandWorking 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/wip09:08
*** xenador77 <xenador77!~xenador77@user/xenador77> has joined #litex18:14
xenador77Took 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 progress18:20
*** xenador77 <xenador77!~xenador77@user/xenador77> has quit IRC (Remote host closed the connection)18:59
*** xenador77 <xenador77!~xenador77@user/xenador77> has joined #litex19:00
*** xenador77 <xenador77!~xenador77@user/xenador77> has quit IRC (Remote host closed the connection)22:39
*** xenador77 <xenador77!~xenador77@user/xenador77> has joined #litex22:39
swetlandthe 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 bit22:43
cr1901edge triggered int?23:00
swetlandI believe so but the weird thing is the RXEMPTY register remains 0 even after the character is read23:07
swetlandI expect the PENDING bit to stay until cleared but the status registers for peripherals usually reflect the current state 23:07
swetlandhttps://github.com/enjoy-digital/litex/issues/128923:07
cr1901Right, pending is the interrupt bit, RXEMPTY is the status bit23:13
cr1901hmm23:13
cr1901(I don't have a good answer, sorry :P)23:13
swetlandno worries! 23:21
*** TMM_ <[email protected]> has quit IRC (Quit: https://quassel-irc.org - Chat comfortably. Anywhere.)23:41
*** TMM_ <[email protected]> has joined #litex23:41
*** xenador77 <xenador77!~xenador77@user/xenador77> has quit IRC (Ping timeout: 252 seconds)23:55

Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!