updates dbt-rise submodules

This commit is contained in:
2025-07-28 19:14:54 +02:00
parent 20660d52ab
commit 084d8e0fd6
6 changed files with 7 additions and 11 deletions

2
.vscode/launch.json vendored
View File

@@ -42,7 +42,7 @@
"name": "Launch VP",
"cwd": "${workspaceRoot}",
"program": "${workspaceFolder}/build/Debug/src/riscv-vp",
"arguments": "--isa tgc5c -f fw/hello-world/hello",
"arguments": "-v TRACEALL --isa tgc5c -f fw/hello-world/hello",
"openGdbConsole": true
},
],