From 1e53c1d4d1f87329052ec07bcbb3915432905835 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=98yvind=20Harboe?= Date: Thu, 30 Jan 2025 14:56:13 +0100 Subject: [PATCH] Revert "floorplan: bump size to 1300x1300" This reverts commit 8331260e5e2bd0933ac59b59452fb27b523b52f1. --- BUILD.bazel | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BUILD.bazel b/BUILD.bazel index 54b2953..4007b07 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 1300 1300", - "CORE_AREA": "2 2 1298 1298", + "DIE_AREA": "0 0 1250 1250", + "CORE_AREA": "2 2 1248 1248", # Saves hours of build time, specific to BoomTile "SKIP_LAST_GASP": "1", "SETUP_SLACK_MARGIN": "-1300",