Skip to content

SoC Simulator

hansfbaier edited this page Jan 10, 2021 · 7 revisions

TODO

if you want a simple example with litex_sim, you can do: litex_sim --cpu-type=picorv32 then litex_bare_metal_demo --build-path=build/sim/ and litex_sim --cpu-type=picorv32 --ram-init=demo.bin this will create a SoC with PicoRV32 and execute the demo app on it

Clone this wiki locally