betrusted-renode/betrusted.resc

13 lines
362 B
Plaintext
Raw Normal View History

path add $ORIGIN
mach create
i @fb.cs
i @spi-soc.cs
i @ticktimer-soc.cs
#i @kbd.cs
using sysbus
machine LoadPlatformDescription $ORIGIN/betrusted-soc.repl
sysbus ApplySVD $ORIGIN/Betrusted\ SoC.svd
sysbus LoadELF "D:/Code/Betrusted/betrusted-soc/sw/target/riscv32imac-unknown-none-elf/debug/betrusted-soc"
showAnalyzer sysbus.fb
machine StartGdbServer 3333 true