diff --git a/BUILD.bazel b/BUILD.bazel index 994328b..3851ae8 100644 --- a/BUILD.bazel +++ b/BUILD.bazel @@ -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", diff --git a/MODULE.bazel b/MODULE.bazel index 71685ed..0899fde 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -15,7 +15,7 @@ module( bazel_dep(name = "bazel-orfs") git_override( module_name = "bazel-orfs", - commit = "b141f4942eb8b457e9d37d6ae575abf8dcae8b39", + commit = "994975a0a850f85890c3b30b78285cb72d8b5315", remote = "https://github.com/The-OpenROAD-Project/bazel-orfs.git", )