Skip to content

Commit

Permalink
Merge pull request #285 from hdl/update_openorad
Browse files Browse the repository at this point in the history
openroad: Updating to the latest OpenROAD
  • Loading branch information
QuantamHD committed Mar 1, 2024
2 parents 3ea44ce + 0bebc80 commit ca20ad4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1300,6 +1300,7 @@ filegroup(
"src/sta/tcl/Exception.i",
"src/sta/tcl/NetworkEdit.i",
"src/sta/tcl/StaTcl.i",
"src/sta/tcl/StaTclTypes.i",
"src/sta/verilog/Verilog.i",
],
visibility = ["@org_theopenroadproject//:__subpackages__"],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ def org_theopenroadproject():
maybe(
new_git_repository,
name = "org_theopenroadproject",
commit = "68fc7ad38a68868aadc009e9773abf6b5e1ac8a3",
commit = "f6da0454e350e93c62264f7b7c95029e1ad2b9fd",
init_submodules = True,
remote = "https://github.com/The-OpenROAD-Project/OpenROAD.git",
build_file = Label("@rules_hdl//dependency_support/org_theopenroadproject:bundled.BUILD.bazel"),
shallow_since = "1649354925 -0300",
shallow_since = "1709242873 -0800",
patches = [
Label("@rules_hdl//dependency_support/org_theopenroadproject:0001-logging-change-to-support-silence.patch"),
Label("@rules_hdl//dependency_support/org_theopenroadproject:0002-ortools-quotes.patch"),
Expand Down

0 comments on commit ca20ad4

Please sign in to comment.