From 62a2b6eed29e4120ffe6152c5e3161e5ac40aee4 Mon Sep 17 00:00:00 2001 From: Jason Lowe-Power Date: Thu, 30 Nov 2023 15:09:28 -0800 Subject: [PATCH] ext: Update readme for DRAMSys Specify the cmake version Change-Id: I8bbdb128667df37724c38caef5572d8fb1641ef5 --- ext/dramsys/README | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ext/dramsys/README b/ext/dramsys/README index 1af3903b12..f7cac523b0 100644 --- a/ext/dramsys/README +++ b/ext/dramsys/README @@ -11,3 +11,6 @@ This is done by setting the value of the "StoreMode" key to "Store" in the base Those configuration file can be found in 'DRAMSys/library/resources/configs/simulator'. Currently, DRAMSys is only supported in conjunction with a cache. Running DRAMSys in Release mode without caches will silently fail! + +Note: DRAMSys requires cmake version >= 3.24. This is not available via apt on Ubuntu 20.04 or 22.04. +See `util/dockerfiles/ubuntu-20.04_all-dependencies/Dockerfile` for an example of how to install cmake 3.24.