Increase HBM2 memory size to 2 GiB

This commit is contained in:
2024-01-06 17:41:10 +01:00
committed by Derek Christ
parent e423da5256
commit 438d997ddb
2 changed files with 2 additions and 2 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=ON"
"-DDRAMSYS_SHARED_PIM_UNITS=OFF"
],
check=True
)

View File

@@ -187,6 +187,6 @@ class DRAMSysHBM2(DRAMSysMem):
configuration=(
DEFAULT_DRAMSYS_DIRECTORY / "configs/hbm2-example.json"
).as_posix(),
size="1GiB",
size="2GB",
recordable=recordable,
)