Skip to content

Commit

Permalink
Upgrade OpenROAD to latest commit.
Browse files Browse the repository at this point in the history
Signed-off-by: Tim 'mithro' Ansell <[email protected]>
  • Loading branch information
mithro committed Jan 6, 2024
1 parent e003a69 commit 8df379b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 12 deletions.
Original file line number Diff line number Diff line change
@@ -1,26 +1,20 @@
diff --git a/src/gpl/src/mbff.cpp b/src/gpl/src/mbff.cpp
index 795d9c453..0c3e2f5a1 100644
index b5ff561b3..53265da28 100644
--- a/src/gpl/src/mbff.cpp
+++ b/src/gpl/src/mbff.cpp
@@ -37,11 +37,11 @@
#include <lemon/maps.h>
@@ -36,8 +36,8 @@
#include <lemon/list_graph.h>
#include <lemon/network_simplex.h>
#include <omp.h>
-#include <ortools/base/logging.h>
-#include <ortools/linear_solver/linear_solver.h>
-#include <ortools/sat/cp_model.h>
-#include <ortools/sat/cp_model.pb.h>
-#include <ortools/sat/cp_model_solver.h>
+#include "ortools/base/logging.h"
+#include "ortools/linear_solver/linear_solver.h"
+#include "ortools/sat/cp_model.h"
+#include "ortools/sat/cp_model.pb.h"
+#include "ortools/sat/cp_model_solver.h"

#include <algorithm>
#include <chrono>
#include <random>
diff --git a/src/mpl2/src/bus_synthesis.cpp b/src/mpl2/src/bus_synthesis.cpp
index cbb4d36d4..0e2c9f5f7 100644
index 56a546b92..4abb381ce 100644
--- a/src/mpl2/src/bus_synthesis.cpp
+++ b/src/mpl2/src/bus_synthesis.cpp
@@ -33,7 +33,7 @@
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 = "03f219802d0ee569eb86846529260e15a020c26c",
commit = "68fc7ad38a68868aadc009e9773abf6b5e1ac8a3",
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 8df379b

Please sign in to comment.