chore: update DRAMUtils version

Update the DRAMUtils version and fix all configs that now require DBI
parameters for the memimpedance spec.
This commit is contained in:
2025-11-12 12:35:32 +01:00
parent c83592e8d9
commit 1ef2b3bd9c
106 changed files with 1102 additions and 330 deletions

View File

@@ -129,7 +129,7 @@ if (DRAMSYS_USE_FETCH_CONTENT)
if (DRAMSYS_USE_FETCH_CONTENT_INTERNAL)
FetchContent_Declare(
DRAMUtils
URL "https://github.com/tukl-msd/DRAMUtils/archive/refs/tags/v1.7.0.tar.gz"
URL "https://github.com/tukl-msd/DRAMUtils/archive/refs/tags/v1.11.0.tar.gz"
OVERRIDE_FIND_PACKAGE
)
FetchContent_MakeAvailable(DRAMUtils)