2019-11-25 23:56:13 +00:00
|
|
|
path add $ORIGIN
|
2019-11-25 23:43:05 +00:00
|
|
|
mach create
|
|
|
|
i @fb.cs
|
2019-11-25 23:56:13 +00:00
|
|
|
i @spi-soc.cs
|
|
|
|
i @ticktimer-soc.cs
|
2019-11-25 23:45:01 +00:00
|
|
|
#i @kbd.cs
|
2019-11-25 23:43:05 +00:00
|
|
|
using sysbus
|
2019-11-25 23:56:13 +00:00
|
|
|
machine LoadPlatformDescription $ORIGIN/betrusted-soc.repl
|
2019-11-25 23:45:01 +00:00
|
|
|
sysbus ApplySVD $ORIGIN/Betrusted\ SoC.svd
|
|
|
|
sysbus LoadELF "D:/Code/Betrusted/betrusted-soc/sw/target/riscv32imac-unknown-none-elf/debug/betrusted-soc"
|
2019-11-25 23:43:05 +00:00
|
|
|
showAnalyzer sysbus.fb
|
2019-11-25 23:56:13 +00:00
|
|
|
machine StartGdbServer 3333 true
|