Files
simulation_core/scripts/single-node/sparc32_simple.repl
2026-03-13 13:54:49 +08:00

12 lines
270 B
Plaintext

// SPARC32 简单测试平台
// 包含一个 SPARC CPU (LEON3) 和内存
// 用于调试 translate.c
cpu: CPU.Sparc @ sysbus
cpuType: "LEON3"
mem: Memory.MappedMemory @ sysbus 0x80000000
size: 0x10000000
uart: UART.LiteX_UART @ sysbus 0x10000000
-> cpu@0