corrects tasks in tasks.json

This commit is contained in:
2025-08-15 11:49:11 +02:00
parent 65647e9910
commit 35a9fe95cb

4
.vscode/tasks.json vendored
View File

@@ -32,7 +32,7 @@
{ {
"label": "Run 32bit VP", "label": "Run 32bit VP",
"type": "shell", "type": "shell",
"command": "build/Debug/src/riscv-vp --isa 'rv32gc|msu_vp' -f fw/hello-world/hello.elf -p pctrace=contrib/TGC_C_cycles.json", "command": "build/Debug/src/riscv-vp --isa 'rv32gc|msu_vp' -f fw/hello-world/hello.elf",
"problemMatcher": [], "problemMatcher": [],
"presentation": { "presentation": {
"echo": true, "echo": true,
@@ -46,7 +46,7 @@
{ {
"label": "Run 64bit VP", "label": "Run 64bit VP",
"type": "shell", "type": "shell",
"command": "build/Debug/src/riscv-vp --isa 'rv64gc|msu_vp' -f fw/hello-world/hello.elf -p pctrace=contrib/TGC_C_cycles.json", "command": "build/Debug/src/riscv-vp --isa 'rv64gc|msu_vp' -f fw/hello-world/hello.elf",
"problemMatcher": [], "problemMatcher": [],
"presentation": { "presentation": {
"echo": true, "echo": true,