mirror of
https://github.com/Minres/RISCV-VP.git
synced 2025-12-17 00:41:35 +00:00
updates submodules
This commit is contained in:
13
.vscode/settings.json
vendored
13
.vscode/settings.json
vendored
@@ -2,5 +2,16 @@
|
|||||||
"files.associations": {
|
"files.associations": {
|
||||||
"platform.h": "c"
|
"platform.h": "c"
|
||||||
},
|
},
|
||||||
"debug.allowBreakpointsEverywhere": true
|
"debug.allowBreakpointsEverywhere": true,
|
||||||
|
"editor.rulers": [
|
||||||
|
{
|
||||||
|
"column": 120,
|
||||||
|
"comment": "clang-format"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"cmake.configureArgs": [
|
||||||
|
"--preset",
|
||||||
|
"Debug",
|
||||||
|
"-DCMAKE_EXPORT_COMPILE_COMMANDS=ON"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
@@ -55,6 +55,7 @@ if(ENABLE_CLANGTIDY)
|
|||||||
endif()
|
endif()
|
||||||
endif ()
|
endif ()
|
||||||
|
|
||||||
|
set(USE_SC_SIGNAL4IRQ ON)
|
||||||
set(CLANG_FORMAT_EXCLUDE_PATTERNS /build/ /scc/ /dbt-rise-core/ /dbt-rise-riscv/)
|
set(CLANG_FORMAT_EXCLUDE_PATTERNS /build/ /scc/ /dbt-rise-core/ /dbt-rise-riscv/)
|
||||||
add_subdirectory(scc)
|
add_subdirectory(scc)
|
||||||
add_subdirectory(dbt-rise-core)
|
add_subdirectory(dbt-rise-core)
|
||||||
|
|||||||
@@ -42,7 +42,7 @@ To install conan.io version 2.0 and above (see also http://docs.conan.io/en/late
|
|||||||
python3 -m venv .venv
|
python3 -m venv .venv
|
||||||
. .venv/bin/activate
|
. .venv/bin/activate
|
||||||
pip3 install conan
|
pip3 install conan
|
||||||
conan profile new default --detect
|
conan profile detect
|
||||||
```
|
```
|
||||||
|
|
||||||
Building the VP is as simple as:
|
Building the VP is as simple as:
|
||||||
|
|||||||
Submodule dbt-rise-riscv updated: e367aa7c3b...a7f8af279b
2
vpvper
2
vpvper
Submodule vpvper updated: 34c60fcf0f...cf7e348f62
Reference in New Issue
Block a user