Merge branch 'feature/multi_threading' of https://github.com/Minres/RISCV-VP into feature/multi_threading

This commit is contained in:
2025-10-11 10:01:27 +02:00
3 changed files with 11 additions and 2 deletions

9
.vscode/launch.json vendored
View File

@@ -100,6 +100,15 @@
"arguments": "--isa 'rv32gc_msu' -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",
"openGdbConsole": true
},
{
"type": "gdb",
"request": "launch",

2
scc

Submodule scc updated: 658e19539a...89b2b48cdf