_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://freenode.irclog.whitequark.org/litex
tpb has quit [Remote host closed the connection]
tpb has joined #litex
hansfbaier has joined #litex
hansfbaier has quit [Remote host closed the connection]
lf has quit [Ping timeout: 260 seconds]
lf has joined #litex
Degi_ has joined #litex
Degi has quit [Ping timeout: 272 seconds]
Degi_ is now known as Degi
Dolu has quit [Ping timeout: 256 seconds]
vitalmixofnutrie has joined #litex
FFY00 has quit [*.net *.split]
ranzbak has quit [*.net *.split]
xfxf has quit [*.net *.split]
SpaceCoaster has quit [*.net *.split]
Stary has quit [*.net *.split]
feldim2425 has quit [*.net *.split]
felix_ has quit [*.net *.split]
alanvgreen has quit [*.net *.split]
tannewt has quit [*.net *.split]
tcal has quit [*.net *.split]
daveshah has quit [*.net *.split]
guan has quit [*.net *.split]
awygle has quit [*.net *.split]
SpaceCoaster has joined #litex
ranzbak has joined #litex
FFY00 has joined #litex
xfxf has joined #litex
feldim2425 has joined #litex
Stary has joined #litex
felix_ has joined #litex
alanvgreen has joined #litex
daveshah has joined #litex
tannewt has joined #litex
guan has joined #litex
awygle has joined #litex
tcal has joined #litex
CarlFK has joined #litex
vitalmixofnutrie has quit [Ping timeout: 240 seconds]
rachsug_ has quit [Quit: Connection closed for inactivity]
kgugala_ has joined #litex
kgugala has quit [Read error: No route to host]
kgugala_ has quit [Read error: No route to host]
kgugala__ has joined #litex
kgugala has joined #litex
kgugala__ has quit [Ping timeout: 264 seconds]
kgugala has quit [Quit: -a- Connection Timed Out]
kgugala has joined #litex
CarlFK has quit [Ping timeout: 260 seconds]
CarlFK has joined #litex
Dolu has joined #litex
Bertl_zZ is now known as Bertl
kgugala_ has joined #litex
kgugala has quit [Ping timeout: 268 seconds]
Bertl is now known as Bertl_oO
kgugala_ has quit [Read error: Connection reset by peer]
kgugala has joined #litex
kgugala_ has joined #litex
kgugala has quit [Ping timeout: 268 seconds]
kgugala has joined #litex
kgugala_ has quit [Ping timeout: 240 seconds]
Bk42 has joined #litex
<Bk42> hi everybody
<Bk42> i use picorv32 in lattice fpga and when i try to enable IRQ my project bloks
<Bk42> without irq enabled i print some string for control
<Bk42> if i enable irq i don't see nothing on termina
<Bk42> terminal*
<Bk42> some suggest?
<Bk42> i need to enable irq for may project
<Bk42> my*
<zyp> are you sure you're not getting stuck in an interrupt handler or something?
<Bk42> probably yes, but i used native code inside picorv32 equipped on litex
<zyp> I'm not familiar with the picorv32, but in general a common reason things is hanging when you enable interrupts is because you're not clearing the interrupt properly, so as soon as you return from the handler it fires again, keeping it from running normal code
<zyp> usually either that or something about the handler is wrong and trigging a fault
<daveshah> It's also worth being aware that picorv32 interrupts are non-standard
<zyp> normally I'd recommend checking with a debugger what state it's ending up in, but I'm not sure picorv32 has a debugger interface?
<Bk42> in fact there is a irq external function that must print a simple string
<Bk42> but i don't see nothing
<Bk42> terminal is completely blocked
<Bk42> i think that there isn't a debugger interface
proteus-guy has joined #litex
proteus-guy has quit [Remote host closed the connection]
proteusguy has joined #litex
UA3MQJ has joined #litex
roboknight has joined #litex
UA3MQJ has quit [Remote host closed the connection]
kgugala_ has joined #litex
kgugala has quit [Ping timeout: 256 seconds]
futarisIRCcloud has quit [Quit: Connection closed for inactivity]
kgugala has joined #litex
kgugala_ has quit [Ping timeout: 265 seconds]
Dolu has quit [Ping timeout: 272 seconds]
<somlo> _florent_: is there a good way to host pre-built binary images anywhere under litex-hub? I'd rather not make them part of the repo itself (I don't want them tracked by git), but it'd be a nice touch to link them from the mythical README.md :)
<somlo> worst case I can link to my personal web space on www.contrib.andrew.cmu.edu, but that feels somewhat amateurish
<daveshah> somlo: github releases?
<_florent_> somlo: I find github issues convenient for that, I just switch pre-built images for linux-on-litex-vexriscv to github issues yesterday to avoid having the linux-on-litex-vexrisv-prebuilt directory
<_florent_> somlo: just upload the file to the issue and it will be hosted there
<somlo> daveshah, _florent_: thanks, I'll check out both, see what makes the most sense
<somlo> _florent_ -- and I assume you can link to the binary blob from the git-tracked repository (specifically, the .md readme file)
<_florent_> somlo: yes
<somlo> _florent_: how do you deal with updating the binary blobs -- create a new issue, update the existing one? I'll RTFM, but hopefully you can overwrite a binary blob with a newer version, as part of the issue :)
<_florent_> somlo: I was planning to update the issue yes, but in the README I just create a link to the issue, not the files directly
<somlo> _florent_: ok, thanks, that seems pretty straightforward. I'll have a README.md, several configuration files (for busybox and a bunch of .dts files), but then I wanted to make available a bunch of intermediate things such as the cross-compiled busybox binary, the initramfs.cpio file, vmlinux, and, finally, boot.bin (that in addition to the various bitstream files for the three boards I'm starting out with)
<somlo> I'm just testing my own README.md before uploading it, one final QA pass to straighten out any kinks I can find before going public... :)
Dolu has joined #litex
Bk42 has quit [Remote host closed the connection]
<somlo> _florent_: in simulation, assuming I initialized the RAM with `--ram-init boot.bin`, is there a way to jump to the first RAM address from the bios prompt?
<somlo> I have my sim configured with --with-ethernet, and (if using rocket) the tftp attempt won't time out in any useful amount of time :(
<somlo> so I'm hitting <esc> early on, but then I don't know how to just start whatever I side-loaded into ram on the command line...
vitalmixofnutrie has joined #litex
vitalmixofnutrie has left #litex [#litex]
FFY00 has quit [Remote host closed the connection]
FFY00 has joined #litex
FFY00 has quit [Remote host closed the connection]
<daveshah> got your first star from me :)
<somlo> Thanks! :D
m4ssi has joined #litex
m4ssi has quit [Quit: Leaving]