仿真平台内核初版 -tlib库 包含<sparc arm riscv powerPC>

This commit is contained in:
liuwb
2026-02-07 20:43:43 +08:00
parent de61f9e2b0
commit b3117648be
9748 changed files with 4309137 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
:name: PicoSoC Example
:description: This script runs PicoSoC test firmware
$name?="picosoc"
using sysbus
mach create $name
machine LoadPlatformDescription @platforms/cpus/picosoc.repl
$bin?=@https://dl.antmicro.com/projects/renode/icebreaker_fw.elf-s_14080-c09a99cd3716d6428af7700e19af66d7935ea438
showAnalyzer sysbus.uart
macro reset
"""
cpu SetRegister 2 0x1000
sysbus LoadELF $bin
"""
runMacro $reset