Use fetch content in DRAMSys

This commit is contained in:
2025-03-25 12:45:34 +00:00
parent bebf9d05f2
commit 705f1295c7

View File

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