Skip to content

Commit

Permalink
megaboom: reduce floorplan to 1500x1500
Browse files Browse the repository at this point in the history
Signed-off-by: Øyvind Harboe <[email protected]>
  • Loading branch information
oharboe committed Nov 20, 2024
1 parent fd76fc5 commit 76caf72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -392,8 +392,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 2000 2000",
"CORE_AREA": "2 2 1998 1998",
"DIE_AREA": "0 0 1500 1500",
"CORE_AREA": "2 2 1498 1498",
# Saves hours of build time, specific to BoomTile
"SKIP_LAST_GASP": "1",
"SETUP_SLACK_MARGIN": "-1300",
Expand Down

0 comments on commit 76caf72

Please sign in to comment.