ilia__s has quit [Read error: Connection reset by peer]
ilia__s4 has joined #litex
Degi_ has joined #litex
Degi has quit [Ping timeout: 260 seconds]
Degi_ is now known as Degi
lexano has quit [Ping timeout: 252 seconds]
lexano has joined #litex
navaneeth has joined #litex
shenki_ has quit [Ping timeout: 245 seconds]
shenki has joined #litex
FabM has joined #litex
FabM has joined #litex
FabM has quit [Changing host]
<_florent_>
nickoe: The mismatch between simulation and hardware is still there, I still need to look at it
<_florent_>
nickoe: Otherwise the flashing over litex_term, it was a bit too specific and we don't really have a use for it currently, we generally just flash bitstream/code to the SPI Flash with external programmers
<mc6808_>
_florent_: you mentioned 1x with litespi should work with efinix, are there some unnerved changes to litespi to achieve this? Currently tri-state are generated for 1x mode too
<somlo>
if I try `litex_sim.py --cpu-type mor1kx`, picolibc build dies with 'ERROR: Value "c18" (of type "string") for combo option "C language standard to use" is not one of the choices. Possible choices are (as string): "none", "c89", "c99", "c11", "gnu89", "gnu99", "gnu11".'
<somlo>
does this mean my toolchain needs an update, or is it a real error? :)
lexano has quit [Ping timeout: 260 seconds]
<zyp>
sounds like your gcc is too old
<zyp>
was added in gcc 8, looks like
<somlo>
zyp: thanks!
lexano has joined #litex
<somlo>
Does anyone have a link to a prebuilt binary version of a recent-enough mor1kx toolchain that currently works with litex?