Skip to content

Commit

Permalink
openroad: Updating to the latest OpenROAD
Browse files Browse the repository at this point in the history
Signed-off-by: Ethan Mahintorabi <ethanmoon@google.com>
  • Loading branch information
QuantamHD committed Feb 29, 2024
1 parent f449483 commit d3aa591
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
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,7 +21,7 @@ def org_theopenroadproject():
maybe(
new_git_repository,
name = "org_theopenroadproject",
commit = "68fc7ad38a68868aadc009e9773abf6b5e1ac8a3",
commit = "de92b19f3ed9ec26e35d52602df935280d2f6041",
init_submodules = True,
remote = "https://github.com/The-OpenROAD-Project/OpenROAD.git",
build_file = Label("@rules_hdl//dependency_support/org_theopenroadproject:bundled.BUILD.bazel"),
Expand Down

0 comments on commit d3aa591

Please sign in to comment.