From cd9920cd171a0f8f3c18799ad7236a41d60df58e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=98yvind=20Harboe?= Date: Wed, 15 Jan 2025 22:43:06 +0100 Subject: [PATCH] floorplan: bump size to 1300x1300 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit hopefully this will fix the global placement issues for now Signed-off-by: Øyvind Harboe --- BUILD.bazel | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BUILD.bazel b/BUILD.bazel index 44d6145..c5d9da7 100644 --- a/BUILD.bazel +++ b/BUILD.bazel @@ -379,8 +379,8 @@ BOOMTILE_VARIABLES = SKIP_REPORT_METRICS | FAST_BUILD_SETTINGS | { "MIN_ROUTING_LAYER": "M2", "MAX_ROUTING_LAYER": "M7", "ROUTING_LAYER_ADJUSTMENT": "0.45", - "DIE_AREA": "0 0 1250 1250", - "CORE_AREA": "2 2 1248 1248", + "DIE_AREA": "0 0 1300 1300", + "CORE_AREA": "2 2 1298 1298", # Saves hours of build time, specific to BoomTile "SKIP_LAST_GASP": "1", "SETUP_SLACK_MARGIN": "-1300",