<st-gourichon-fid>
For anyone interested, it provides an example design with SERV (Serial Risc-V).
kgugala_ has joined #litex
kgugala has quit [Ping timeout: 240 seconds]
kgugala has joined #litex
kgugala_ has quit [Ping timeout: 265 seconds]
<tucanae47>
hello, has anyone recentyly try wishbone-tool with UARTWishboneBridge, im trying to get similar beheviour as fomu modifying CSR registers or just Memory, But without CPU, and be able to see memory from wishbone-tool. so far i can synthesize and upload program on fpga, but when trying `wishbone-tool -s terminal --csr-csv build/csr.csv` i really dont know how to proceed, here is my current code
somlo has quit [Remote host closed the connection]
somlo has joined #litex
<zyp>
tucanae47, if you don't have a cpu, -s terminal is probably not gonna do anything useful :)
CarlFK has quit [Ping timeout: 240 seconds]
<tucanae47>
thanks! ops. thats rigth i missed that gonna try like that, but then csr should still make sense isnt it? (im sort of new to this) if i do like `./wishbone-tool --serial /dev/ttyUSB1 --csr-csv build/csr.csv 0x4000000` still the same
<zyp>
I don't think wishbone-tool on its own is gonna let you peek/poke memory, at least the version I've got here doesn't
<zyp>
but with -s wishbone it'll act as a bridge for litex-client
CarlFK has joined #litex
<acathla>
tucanae47, wishbone-tool should read the bus at 0x4000000, be sure the serial port is not used by something else, like modemmanager on ubuntu
CarlFK has quit [Ping timeout: 260 seconds]
CarlFK has joined #litex
st-gourichon-fid has quit [Ping timeout: 246 seconds]
<awordnot>
anybody ever hit memory init failures with VexRiscv SMP? I'm getting this on a nexys4ddr: https://upaste.anastas.io/2EsjYy