From e423da52565c33b459750479e1dde494c4e743a9 Mon Sep 17 00:00:00 2001 From: Derek Christ Date: Sat, 16 Dec 2023 22:36:25 +0100 Subject: [PATCH] Add support for shared pim units --- ext/dramsys/SConscript | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ext/dramsys/SConscript b/ext/dramsys/SConscript index d976768e64..a6d3c09ee0 100644 --- a/ext/dramsys/SConscript +++ b/ext/dramsys/SConscript @@ -63,7 +63,8 @@ subprocess.run( f"-B{build_current}", "-DCMAKE_BUILD_TYPE=Release", f"-DSCONS_SOURCE_DIR:STRING={scons_root}", - "-DDRAMSYS_BUILD_CLI=OFF" + "-DDRAMSYS_BUILD_CLI=OFF", + "-DDRAMSYS_SHARED_PIM_UNITS=ON" ], check=True )