sets mt core complex

This commit is contained in:
2025-10-07 16:18:17 +02:00
parent 39ea27ee08
commit fc66bcbf48
5 changed files with 14 additions and 5 deletions

9
.vscode/launch.json vendored
View File

@@ -30,6 +30,15 @@
"arguments": "--isa 'rv32gc|msu_vp' -v INFO --disass -f fw/hello-world/hello.elf -g 10000",
"openGdbConsole": true
},
{
"type": "gdb",
"request": "launch",
"name": "32bit VP",
"cwd": "${workspaceRoot}",
"program": "${workspaceFolder}/build/Debug/src/riscv-vp",
"arguments": "--isa 'rv32gc_msu' -v INFO --disass -f fw/hello-world/hello.elf",
"initCommands": ["info break"]
},
{
"type": "gdb",
"request": "launch",