mirror of
https://github.com/Minres/RISCV-VP.git
synced 2025-12-17 08:51:35 +00:00
Merge branch 'feature/multi_threading' of https://github.com/Minres/RISCV-VP into feature/multi_threading
This commit is contained in:
9
.vscode/launch.json
vendored
9
.vscode/launch.json
vendored
@@ -100,6 +100,15 @@
|
|||||||
"arguments": "--isa 'rv32gc_msu' -v INFO --disass -f fw/hello-world/hello.elf -g 10000",
|
"arguments": "--isa 'rv32gc_msu' -v INFO --disass -f fw/hello-world/hello.elf -g 10000",
|
||||||
"openGdbConsole": true
|
"openGdbConsole": true
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"type": "gdb",
|
||||||
|
"request": "launch",
|
||||||
|
"name": "32bit VP",
|
||||||
|
"cwd": "${workspaceRoot}",
|
||||||
|
"program": "${workspaceFolder}/build/Debug/src/riscv-vp",
|
||||||
|
"arguments": "--isa 'rv32gc_msu' -v INFO --disass -f fw/hello-world/hello.elf",
|
||||||
|
"openGdbConsole": true
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"type": "gdb",
|
"type": "gdb",
|
||||||
"request": "launch",
|
"request": "launch",
|
||||||
|
|||||||
Submodule dbt-rise-riscv updated: 06fe403e69...218f65211c
2
scc
2
scc
Submodule scc updated: 658e19539a...89b2b48cdf
Reference in New Issue
Block a user