diff --git a/.gdbinit b/.gdbinit new file mode 100644 index 0000000..043b1d8 --- /dev/null +++ b/.gdbinit @@ -0,0 +1 @@ +set breakpoint pending on diff --git a/.gitignore b/.gitignore index d2d7f29..371559b 100644 --- a/.gitignore +++ b/.gitignore @@ -23,3 +23,4 @@ CMakeSettings.json /CMakeUserPresets.json /.envrc.* .clangd +/install diff --git a/.vscode/tasks.json b/.vscode/tasks.json index d88a924..5f74661 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -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 + }, } ] } diff --git a/dbt-rise-riscv b/dbt-rise-riscv index 48f8983..c99d195 160000 --- a/dbt-rise-riscv +++ b/dbt-rise-riscv @@ -1 +1 @@ -Subproject commit 48f8983d7ee71cfcccc8216ff159ce5367f4c6a4 +Subproject commit c99d195faa93daaa9f00f52ee13408c76443e302