From 64d746bf9050aec8db6ac19b37c0cfe3831eb919 Mon Sep 17 00:00:00 2001 From: Eyck Jentzsch Date: Wed, 25 Sep 2024 08:01:00 +0200 Subject: [PATCH] updates submodules --- .vscode/settings.json | 13 ++++++++++++- CMakeLists.txt | 1 + README.md | 2 +- dbt-rise-riscv | 2 +- vpvper | 2 +- 5 files changed, 16 insertions(+), 4 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 4cfbe19..c0a759c 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -2,5 +2,16 @@ "files.associations": { "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" + ] } \ No newline at end of file diff --git a/CMakeLists.txt b/CMakeLists.txt index b4babc8..d75e413 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -55,6 +55,7 @@ if(ENABLE_CLANGTIDY) endif() endif () +set(USE_SC_SIGNAL4IRQ ON) set(CLANG_FORMAT_EXCLUDE_PATTERNS /build/ /scc/ /dbt-rise-core/ /dbt-rise-riscv/) add_subdirectory(scc) add_subdirectory(dbt-rise-core) diff --git a/README.md b/README.md index 319604f..6cfe4e6 100644 --- a/README.md +++ b/README.md @@ -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 . .venv/bin/activate pip3 install conan -conan profile new default --detect +conan profile detect ``` Building the VP is as simple as: diff --git a/dbt-rise-riscv b/dbt-rise-riscv index e367aa7..a7f8af2 160000 --- a/dbt-rise-riscv +++ b/dbt-rise-riscv @@ -1 +1 @@ -Subproject commit e367aa7c3bf4a6164df76113525783e3f922088a +Subproject commit a7f8af279bed3e8c46e3914d32b59c3a628fba1b diff --git a/vpvper b/vpvper index 34c60fc..cf7e348 160000 --- a/vpvper +++ b/vpvper @@ -1 +1 @@ -Subproject commit 34c60fcf0fe8b626bb4ac4f6c21df58f113f1bff +Subproject commit cf7e348f626bd4afd897d321d3e8ff818e9e8ffe