Add support for shared pim units

This commit is contained in:
2023-12-16 22:36:25 +01:00
committed by Derek Christ
parent e1c6318edb
commit e423da5256

View File

@@ -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
)