updates dbt-rise-riscv

This commit is contained in:
2025-08-15 09:26:22 +02:00
parent dc71178c0c
commit 2168421020
4 changed files with 17 additions and 1 deletions

14
.vscode/tasks.json vendored
View File

@@ -42,6 +42,20 @@
"showReuseMessage": false,
"clear": true
},
},
{
"label": "Execute 64bit VP with GDB-Server",
"type": "shell",
"command": "build/Debug/src/riscv-vp --isa 'rv64gc|msu_vp' -v TRACEALL -f fw/hello-world/hello.elf -g 10000 |& tee run.log",
"problemMatcher": [],
"presentation": {
"echo": true,
"reveal": "always",
"focus": true,
"panel": "dedicated",
"showReuseMessage": false,
"clear": true
},
}
]
}