From 1cf0d7eb4b7a8955f1f75128db30c80260c2cdff Mon Sep 17 00:00:00 2001 From: Jeff Ng Date: Thu, 31 Oct 2024 14:52:35 +0000 Subject: [PATCH] adjusted regfile core area to match die area Signed-off-by: Jeff Ng --- BUILD.bazel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILD.bazel b/BUILD.bazel index 332e08c..4ab4c06 100644 --- a/BUILD.bazel +++ b/BUILD.bazel @@ -288,7 +288,7 @@ boom_regfile_rams = { # "CORE_UTILIZATION": "200", # "CORE_ASPECT_RATIO": "4", "DIE_AREA": "0 0 400 400", - "CORE_AREA": "2 2 298 298", + "CORE_AREA": "2 2 398 398", "IO_CONSTRAINTS": "$(location {})".format(io_constraint), }, "place": {