Skip to content

Commit

Permalink
Merge pull request #184 from The-OpenROAD-Project/bazel-orfs-bump
Browse files Browse the repository at this point in the history
bazel-orfs: and ORFS bump
  • Loading branch information
oharboe authored Oct 29, 2024
2 parents d2dd1eb + 028330c commit 6fea2a4
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 15 deletions.
7 changes: 1 addition & 6 deletions BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -378,19 +378,14 @@ BOOMTILE_VARIABLES = SKIP_REPORT_METRICS | FAST_BUILD_SETTINGS | {
# write_macro_placement macros.tcl
"SYNTH_HIERARCHICAL": "1",
"SDC_FILE": "$(location :constraints-boomtile)",
#"CORE_UTILIZATION": "20",
# Tweak below to work around initial condition sensitive bugs in
# macro placement
"MACRO_PLACE_HALO": "19 19",
"RTLMP_FLOW": "1",
# "MACRO_PLACEMENT_TCL": "$(location :boomtile-macro-placement)",
"PLACE_PINS_ARGS": "-annealing",
"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",
# Saves hours of build time
# Saves hours of build time, specific to BoomTile
"SKIP_LAST_GASP": "1",
"SETUP_SLACK_MARGIN": "-1300",
"HOLD_SLACK_MARGIN": "-200",
Expand Down
12 changes: 6 additions & 6 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ module(
bazel_dep(name = "bazel-orfs")
git_override(
module_name = "bazel-orfs",
commit = "a21a3a6074de9e59bde6d5f10bd3c77697deb13e",
commit = "fcc8698813fefbac34ff8ae3d5868aaa39451050",
remote = "https://github.com/The-OpenROAD-Project/bazel-orfs.git",
)

Expand All @@ -33,8 +33,8 @@ git_override(
# it is possible to specify a version in here if something newer than
# latest bazel-orfs tested ORFS is needed.

orfs = use_extension("@bazel-orfs//:extension.bzl", "orfs_repositories")
orfs.default(
image = "docker.io/openroad/orfs:v3.0-1715-gfd99d94b",
sha256 = "de3085f2e6e4b0d4a5b925e3bdfd01382d4e5f5a44e4ed20fa6345a786a5ccf8",
)
# orfs = use_extension("@bazel-orfs//:extension.bzl", "orfs_repositories")
# orfs.default(
# image = "docker.io/openroad/orfs:v3.0-1715-gfd99d94b",
# sha256 = "de3085f2e6e4b0d4a5b925e3bdfd01382d4e5f5a44e4ed20fa6345a786a5ccf8",
# )
6 changes: 3 additions & 3 deletions MODULE.bazel.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6fea2a4

Please sign in to comment.