Add support for shared pim units

This commit is contained in:
2023-12-16 22:36:25 +01:00
parent e4fadc0435
commit f524a5b1a4

View File

@@ -49,7 +49,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
)