mirror of
https://github.com/Minres/RISCV-VP.git
synced 2025-12-17 08:51:35 +00:00
cleans up tasks.json
This commit is contained in:
26
.vscode/tasks.json
vendored
26
.vscode/tasks.json
vendored
@@ -2,25 +2,7 @@
|
|||||||
"version": "2.0.0",
|
"version": "2.0.0",
|
||||||
"tasks": [
|
"tasks": [
|
||||||
{
|
{
|
||||||
"label": "CMake-and-make",
|
"label": "Build FW",
|
||||||
"type": "shell",
|
|
||||||
"command": "cmake --preset Release -B build/Release && cmake --build build/Release",
|
|
||||||
"problemMatcher": [],
|
|
||||||
"presentation": {
|
|
||||||
"echo": true,
|
|
||||||
"reveal": "always",
|
|
||||||
"focus": true,
|
|
||||||
"panel": "dedicated",
|
|
||||||
"showReuseMessage": false,
|
|
||||||
"clear": true
|
|
||||||
},
|
|
||||||
"group": {
|
|
||||||
"kind": "build",
|
|
||||||
"isDefault": true
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"label": "Build-FW",
|
|
||||||
"type": "shell",
|
"type": "shell",
|
||||||
"command": "make -C fw/hello-world clean all",
|
"command": "make -C fw/hello-world clean all",
|
||||||
"problemMatcher": [],
|
"problemMatcher": [],
|
||||||
@@ -34,7 +16,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"label": "Execute-VP",
|
"label": "Execute VP",
|
||||||
"type": "shell",
|
"type": "shell",
|
||||||
"command": "build/Debug/src/riscv-vp -f fw/hello-world/hello.elf -p pctrace=contrib/TGC_C_cycles.json",
|
"command": "build/Debug/src/riscv-vp -f fw/hello-world/hello.elf -p pctrace=contrib/TGC_C_cycles.json",
|
||||||
"problemMatcher": [],
|
"problemMatcher": [],
|
||||||
@@ -48,9 +30,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"label": "VP-GDB-Server",
|
"label": "Execute VP with GDB-Server",
|
||||||
"type": "shell",
|
"type": "shell",
|
||||||
"command": "build/Debug/src/riscv-vp -v TRACEALL --disass -f fw/hello-world/hello.elf -g 10000",
|
"command": "build/Debug/src/riscv-vp -f fw/hello-world/hello.elf -g 10000",
|
||||||
"problemMatcher": [],
|
"problemMatcher": [],
|
||||||
"presentation": {
|
"presentation": {
|
||||||
"echo": true,
|
"echo": true,
|
||||||
|
|||||||
Reference in New Issue
Block a user