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>
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?