File tree Expand file tree Collapse file tree 3 files changed +10
-13
lines changed
Expand file tree Collapse file tree 3 files changed +10
-13
lines changed Original file line number Diff line number Diff line change @@ -8,9 +8,9 @@ workspace(name = "openroad")
88
99load ("@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
1515http_archive (
1616 name = "rules_hdl" ,
Original file line number Diff line number Diff 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)
Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments