_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
lexano has quit [Ping timeout: 255 seconds]
Degi has quit [Ping timeout: 258 seconds]
Degi_ has joined #litex
Degi_ is now known as Degi
CarlFK1 has quit [Ping timeout: 260 seconds]
CarlFK1 has joined #litex
CarlFK1 has quit [Read error: Connection reset by peer]
CarlFK1 has joined #litex
sakman has quit [Remote host closed the connection]
sakman has joined #litex
shorne has quit [Read error: Connection reset by peer]
shorne has joined #litex
ElfenKaiser has joined #litex
shorne has quit [Read error: Connection reset by peer]
shorne has joined #litex
shorne has quit [Read error: Connection reset by peer]
TMM has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
TMM has joined #litex
shorne has joined #litex
shorne has quit [Read error: Connection reset by peer]
shorne has joined #litex
shorne has quit [Read error: Connection reset by peer]
shorne has joined #litex
d_olex has quit [Ping timeout: 252 seconds]
pepijn_web has joined #litex
<pepijn_web> I'm trying to build linux on vexrisc but somehow my toolchain setting isn't making it through
<pepijn_web> ah found the problem
Degi has quit [Ping timeout: 255 seconds]
lexano has joined #litex
Degi has joined #litex
ElfenKaiser has quit [Quit: Konversation terminated!]
<pepijn_web> hmmm can I poke litex_term at a soc without writing any extra code?
<pepijn_web> oh wait I don't think this SoC has serial and everything set up so what am I even doing
pepijn_web has quit [Quit: Client closed]
shorne has quit [Read error: Connection reset by peer]
shorne has joined #litex
shorne has quit [Read error: Connection reset by peer]
shorne has joined #litex
shorne has quit [Read error: Connection reset by peer]
shorne has joined #litex
CarlFK1 is now known as ConnieFK
ConnieFK is now known as CarlFK1
CarlFK1 has quit [Quit: Leaving.]
CarlFK has joined #litex
CarlFK has quit [Client Quit]
CarlFK1 has joined #litex
CarlFK1 has quit [Quit: Leaving.]
CarlFK has joined #litex
shorne has quit [Read error: Connection reset by peer]
shorne has joined #litex
ElfenKaiser has joined #litex
shorne has quit [Read error: Connection reset by peer]
CarlFK has quit [Quit: Leaving.]
CarlFK1 has joined #litex
CarlFK1 has quit [Client Quit]
shorne has joined #litex
CarlFK1 has joined #litex
shorne has quit [Read error: Connection reset by peer]
CarlFK1 is now known as CarlFK
CarlFK has quit [Quit: Leaving.]
CarlFK has joined #litex
shorne has joined #litex
CarlFK has quit [Quit: Leaving.]
CarlFK1 has joined #litex
CarlFK1 has quit [Client Quit]
CarlFK1 has joined #litex
CarlFK1 is now known as CarlFK
CarlFK has quit [Client Quit]
CarlFK1 has joined #litex
shorne has quit [Read error: Connection reset by peer]
shorne has joined #litex
CarlFK1 has quit [Ping timeout: 258 seconds]
TMM has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
TMM has joined #litex
lg has joined #litex
lg is now known as lge07
lexano has quit [Ping timeout: 255 seconds]
<lge07> hello! i'm doing some benchmarking of an soc design with the sim mode, and i was wondering --- is there a way of building the simulation model and supporting software once, and then being able to use the output to test different programs?
<lge07> right now, i'm re-invoking the build / run process to run each test in the benchmark suite, but as a result newlib gets re-compiled every time, as does everything in the software folder and the Verilator model, even though the SoC options do not change, only the test program.