Increase HBM2 memory size to 2 GiB
This commit is contained in:
@@ -64,7 +64,7 @@ subprocess.run(
|
|||||||
"-DCMAKE_BUILD_TYPE=Release",
|
"-DCMAKE_BUILD_TYPE=Release",
|
||||||
f"-DSCONS_SOURCE_DIR:STRING={scons_root}",
|
f"-DSCONS_SOURCE_DIR:STRING={scons_root}",
|
||||||
"-DDRAMSYS_BUILD_CLI=OFF",
|
"-DDRAMSYS_BUILD_CLI=OFF",
|
||||||
"-DDRAMSYS_SHARED_PIM_UNITS=ON"
|
"-DDRAMSYS_SHARED_PIM_UNITS=OFF"
|
||||||
],
|
],
|
||||||
check=True
|
check=True
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -187,6 +187,6 @@ class DRAMSysHBM2(DRAMSysMem):
|
|||||||
configuration=(
|
configuration=(
|
||||||
DEFAULT_DRAMSYS_DIRECTORY / "configs/hbm2-example.json"
|
DEFAULT_DRAMSYS_DIRECTORY / "configs/hbm2-example.json"
|
||||||
).as_posix(),
|
).as_posix(),
|
||||||
size="1GiB",
|
size="2GB",
|
||||||
recordable=recordable,
|
recordable=recordable,
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user