Skip to content

Commit 513889f

Browse files
committed
megaboom: reduce floorplan to 1500x1500
Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com>
1 parent ec8491e commit 513889f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

BUILD.bazel

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -392,8 +392,8 @@ BOOMTILE_VARIABLES = SKIP_REPORT_METRICS | FAST_BUILD_SETTINGS | {
392392
"MIN_ROUTING_LAYER": "M2",
393393
"MAX_ROUTING_LAYER": "M7",
394394
"ROUTING_LAYER_ADJUSTMENT": "0.45",
395-
"DIE_AREA": "0 0 2000 2000",
396-
"CORE_AREA": "2 2 1998 1998",
395+
"DIE_AREA": "0 0 1500 1500",
396+
"CORE_AREA": "2 2 1498 1498",
397397
# Saves hours of build time, specific to BoomTile
398398
"SKIP_LAST_GASP": "1",
399399
"SETUP_SLACK_MARGIN": "-1300",

0 commit comments

Comments
 (0)