Update configuration

This commit is contained in:
2024-02-22 22:29:47 +01:00
committed by Derek Christ
parent 438d997ddb
commit 51de880666
3 changed files with 8 additions and 5 deletions

View File

@@ -64,7 +64,7 @@ subprocess.run(
"-DCMAKE_BUILD_TYPE=Release",
f"-DSCONS_SOURCE_DIR:STRING={scons_root}",
"-DDRAMSYS_BUILD_CLI=OFF",
"-DDRAMSYS_SHARED_PIM_UNITS=OFF"
"-DDRAMSYS_SHARED_PIM_UNITS=ON"
],
check=True
)