From 35a9fe95cbc4bd9bc5461f7d1ef3582b0da7a3db Mon Sep 17 00:00:00 2001 From: Eyck Jentzsch Date: Fri, 15 Aug 2025 11:49:11 +0200 Subject: [PATCH] corrects tasks in tasks.json --- .vscode/tasks.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 1d8974f..5b079fd 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -32,7 +32,7 @@ { "label": "Run 32bit VP", "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": [], "presentation": { "echo": true, @@ -46,7 +46,7 @@ { "label": "Run 64bit VP", "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": [], "presentation": { "echo": true,