_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
spew has joined #litex
Degi has quit [Ping timeout: 252 seconds]
Degi has joined #litex
ElfenKaiser has quit [Quit: Konversation terminated!]
whitequark[cis] has quit [Quit: Idle timeout reached: 172800s]
spew has quit [Quit: spew]
Stary has quit [Quit: ZNC - http://znc.in]
Stary has joined #litex
TMM has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
TMM has joined #litex
d_olex has quit [Read error: Connection reset by peer]
d_olex has joined #litex
FabM has joined #litex
lxsameer has joined #litex
<geertu> Hmm, my OrangeCrab draws 160mA from the USB bus, while its MaxPower USB Config Descriptor says 100mA
<geertu> I guess that's why it sometimes drops off of the USB bus.
<tnt> Doubtful. I have yet to see any host controller that would have that kind of level of current monitoring.
d_olex has quit [Ping timeout: 260 seconds]
<geertu> tnt: Yeah, just measured the J2 Turtleboard and that is even worse (180mA).
whitequark[cis] has joined #litex
<whitequark[cis]> if you stay under 500 mA it's usually fine
TMM has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
TMM has joined #litex
pbsds3 has quit [Ping timeout: 248 seconds]
pbsds3 has joined #litex
spew has joined #litex
ElfenKaiser has joined #litex
shorne has quit [Read error: Connection reset by peer]
FabM has quit [Ping timeout: 244 seconds]
shorne has joined #litex
d_olex has joined #litex
shorne has quit [Ping timeout: 252 seconds]
shorne has joined #litex
shorne has quit [Ping timeout: 252 seconds]
ElfenKaiser has quit [Quit: Konversation terminated!]
lxsameer has quit [Ping timeout: 252 seconds]
<fayr> I'm having issues building the FPGA bitstream for linux-on-litex-vexriscv for the Lattice Versa ECP5 board on a Debian Sid VM. It's seg-faulting during the yosys/nextpnr script execution.
<fayr> I'm running the 2 scripts listed below:
<fayr> cd /home/virtualmachine/fpga/litex-boards/litex_boards/targets
<fayr> ./lattice_versa_ecp5.py
<fayr> cd /home/virtualmachine/fpga/linux-on-litex-vexriscv
<fayr> ./make.py --board=versa_ecp5 --cpu-count=1 --build
<fayr> After a couple minutes it shows that NextPNR completed routing and lists critical path reports, max delays, and at least part of the slack histogram, then it throws this segfault error: build_versa_ecp5.sh: line4: 14085 Segmentation fault (core dumped) nextpnr-ecp5 --json versa_ecp5.json --lpf versa_ecp5.lpf --textcfg versa_ecp5.config --um5g-45k --package CABGA381 --speed 8 --timing-allow-fail --seed 1
<fayr> The Debian install is up to date, and I re-installed LiteX today, so this should be a 'default' configuration. Is this reproducible for anyone else?
CarlFK1 has joined #litex