Skip to content

Commit 305e298

Browse files
committed
rmp: update rules_hdl
Signed-off-by: Matt Liberty <[email protected]>
1 parent 840d109 commit 305e298

File tree

3 files changed

+10
-13
lines changed

3 files changed

+10
-13
lines changed

WORKSPACE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ workspace(name = "openroad")
88

99
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
1010

11-
rules_hdl_git_hash = "56da46a87e8e5a4dbe84c0bbe5d00e92b936494f"
11+
rules_hdl_git_hash = "cf2bd95334741db74b39b47fa1d4622b0d45ce6c"
1212

13-
rules_hdl_git_sha256 = "dc184ad0fe92f315eb5600fb3293c94ce1fce3fc1d0fd79400107038ed917d70"
13+
rules_hdl_git_sha256 = "137e1fbde970a41f295ca348f9105bc7eedd6640374ec7f4a8abaee9a2cfc2d0"
1414

1515
http_archive(
1616
name = "rules_hdl",

src/rmp/BUILD

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,17 @@ cc_library(
4343
],
4444
deps = [
4545
"//src/dbSta",
46-
"//src/gui",
4746
"//src/odb",
4847
"//src/rsz",
4948
"//src/sta:opensta_lib",
5049
"//src/utl",
50+
"@boost.bind",
51+
"@boost.config",
52+
"@boost.fusion",
53+
"@boost.lambda",
54+
"@boost.optional",
55+
"@boost.phoenix",
56+
"@boost.spirit",
5157
"@edu_berkeley_abc//:abc-lib",
5258
],
5359
)
@@ -73,19 +79,11 @@ cc_library(
7379
deps = [
7480
"//:ord",
7581
"//src/dbSta",
76-
"//src/dpl",
77-
"//src/est",
78-
"//src/grt",
79-
"//src/gui",
8082
"//src/odb",
83+
"//src/rmp",
8184
"//src/rsz",
8285
"//src/sta:opensta_lib",
83-
"//src/stt",
8486
"//src/utl",
85-
"@boost.container_hash",
86-
"@boost.multi_array",
87-
"@boost.stacktrace",
88-
"@spdlog",
8987
"@tk_tcl//:tcl",
9088
],
9189
)

src/rmp/src/Restructure.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
#include "db_sta/dbNetwork.hh"
2121
#include "db_sta/dbSta.hh"
2222
#include "odb/db.h"
23-
#include "ord/OpenRoad.hh"
2423
#include "rmp/blif.h"
2524
#include "sta/Graph.hh"
2625
#include "sta/Liberty.hh"

0 commit comments

Comments
 (0)