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

1
.gdbinit Normal file
View File

@@ -0,0 +1 @@
set breakpoint pending on

1
.gitignore vendored
View File

@@ -23,3 +23,4 @@ CMakeSettings.json
/CMakeUserPresets.json /CMakeUserPresets.json
/.envrc.* /.envrc.*
.clangd .clangd
/install

14
.vscode/tasks.json vendored
View File

@@ -42,6 +42,20 @@
"showReuseMessage": false, "showReuseMessage": false,
"clear": true "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
},
} }
] ]
} }