_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
<jevinskie[m]> Ah, I may have found the issue. florent am I correct that I can't just use add_wb_slave() to add a 2 bit wide WB bus (converted from 2 bit wide addr Avalon-MM bus) to the 30-bit wide SoC WB bus? Do I need to do the address decoding myself?
<jevinskie[m]> Hmm, WB's cyc lets me know if I'm selected
ewen has quit [Quit: leaving]
bl0x_ has quit [Ping timeout: 256 seconds]
bl0x_ has joined #litex
Degi_ has joined #litex
Degi has quit [Ping timeout: 240 seconds]
Degi_ is now known as Degi
FabM has joined #litex
FabM has joined #litex
<_florent_> LiteX will do the address decoding itself
<_florent_> jevinskie[m]: BTW, for these kind of integration/tests, litex_sim can be very useful with Display (printf equivalents) in your code, ex: https://github.com/enjoy-digital/litex/blob/53750715d7ad23f14a75b97f8d0592aa63839862/litex/soc/cores/uart.py#L298
<_florent_> jevinskie[m]: simulation waveforms are nice, but you still have to search things that are interesting in it. Display has the advantage to automatically print the information you want on a specific event when running the simulation
shoragan has quit [Excess Flood]
shoragan has joined #litex
<shenki> _florent_: hey, are there common causes of the bios crc failing?
<shenki> i have it failing in both sim and on the arty with microwatt
<yrrapt[m]> Hi all, I am trying to create a SoC with a custom VexRiscV configuration. I create the verilog for the core using the VexRiscV repo but I can't figure how to configure LiteX to use my new source, it seems the variants are fairly hardcoded into LiteX at the moment.
<yrrapt[m]> Does anyone have any advice about the best to use a custom config?
<yrrapt[m]> @zyp thanks, that seems to work.
FabM has quit [Quit: Leaving]
Martoni has joined #litex
a3f has quit [*.net *.split]
key2 has quit [*.net *.split]
x56 has quit [*.net *.split]
tucanae47_ has quit [*.net *.split]
esden has quit [*.net *.split]
key2 has joined #litex
esden has joined #litex
tucanae47_ has joined #litex
a3f has joined #litex
x56 has joined #litex
yrrapt[m] has quit [Ping timeout: 245 seconds]
david-sawatzke[m has quit [Ping timeout: 245 seconds]
Las[m] has quit [Ping timeout: 245 seconds]
mikolajw has quit [Ping timeout: 250 seconds]
vomoniyi[m] has quit [Ping timeout: 240 seconds]
amstan has quit [Ping timeout: 240 seconds]
Crofton[m] has quit [Ping timeout: 240 seconds]
r4d10n[m] has quit [Ping timeout: 250 seconds]
willcode4[m] has quit [Ping timeout: 250 seconds]
leons has quit [Ping timeout: 250 seconds]
jryans has quit [Ping timeout: 250 seconds]
jevinskie[m] has quit [Ping timeout: 240 seconds]
bluecmd has quit [Ping timeout: 240 seconds]
dcallagh has quit [Ping timeout: 252 seconds]
DerekKozel[m] has quit [Ping timeout: 252 seconds]
CarlosEDP has quit [Ping timeout: 252 seconds]
CarlFK has quit [Ping timeout: 252 seconds]
sajattack[m] has quit [Ping timeout: 252 seconds]
promach[m] has quit [Ping timeout: 268 seconds]
a3f has quit [Ping timeout: 260 seconds]
shoragan[m] has quit [Ping timeout: 268 seconds]
sajattack[m] has joined #litex
vomoniyi[m] has joined #litex
promach[m] has joined #litex
bluecmd has joined #litex
dcallagh has joined #litex
yrrapt[m] has joined #litex
david-sawatzke[m has joined #litex
amstan has joined #litex
a3f has joined #litex
Las[m] has joined #litex
CarlFK has joined #litex
shoragan[m] has joined #litex
DerekKozel[m] has joined #litex
Crofton[m] has joined #litex
Martoni has quit [Ping timeout: 250 seconds]
jevinskie[m] has joined #litex
r4d10n[m] has joined #litex
willcode4[m] has joined #litex
jryans has joined #litex
zjason has quit [Read error: Connection reset by peer]
zjason has joined #litex
jryans has quit [Write error: Connection reset by peer]
Las[m] has quit [Write error: Connection reset by peer]
bluecmd has quit [Write error: Connection reset by peer]
CarlFK has quit [Read error: Connection reset by peer]
dcallagh has quit [Read error: Connection reset by peer]
r4d10n[m] has quit [Write error: Connection reset by peer]
shoragan[m] has quit [Write error: Connection reset by peer]
yrrapt[m] has quit [Read error: Connection reset by peer]
a3f has quit [Read error: Connection reset by peer]
jevinskie[m] has quit [Read error: Connection reset by peer]
willcode4[m] has quit [Read error: Connection reset by peer]
promach[m] has quit [Write error: Connection reset by peer]
sajattack[m] has quit [Write error: Connection reset by peer]
DerekKozel[m] has quit [Read error: Connection reset by peer]
amstan has quit [Read error: Connection reset by peer]
david-sawatzke[m has quit [Read error: Connection reset by peer]
Crofton[m] has quit [Read error: Connection reset by peer]
vomoniyi[m] has quit [Read error: Connection reset by peer]
jryans has joined #litex
dcallagh has joined #litex
shoragan[m] has joined #litex
Las[m] has joined #litex
jevinskie[m] has joined #litex
promach[m] has joined #litex
leons has joined #litex
CarlosEDP has joined #litex
mikolajw has joined #litex
amstan has joined #litex
Crofton[m] has joined #litex
CarlFK has joined #litex
sajattack[m] has joined #litex
yrrapt[m] has joined #litex
r4d10n[m] has joined #litex
vomoniyi[m] has joined #litex
willcode4[m] has joined #litex
DerekKozel[m] has joined #litex
bluecmd has joined #litex
a3f has joined #litex
david-sawatzke[m has joined #litex
<jevinskie[m]> Finally got it working for the simple gpio avalon. I thought I was using add_wb_slave wrong but it turns out I was missing a hex 0 in my test code for the MMIO addr. Doh! I don’t understand why I need to register the outputs but if I don’t the read data arrives a cycle too soon (since the main decoder is registered) https://github.com/jevinskie/litex/blob/1ac16114bb220542134cae96229bc9eedecff09d/litex/soc/interconnect/avalon.py#L86
<jevinskie[m]> I thought the bridge would be independent of the decoder registered mode…
TMM_ has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
TMM_ has joined #litex