File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -61,12 +61,9 @@ OPENROAD_LIBRARY_DEPS = [
6161 "//src/cgt" ,
6262 "//src/cts" ,
6363 "//src/cts:ui" ,
64- "//src/cut" ,
6564 "//src/dbSta" ,
6665 "//src/dbSta:dbNetwork" ,
6766 "//src/dbSta:dbReadVerilog" ,
68- "//src/dbSta:IpChecker" ,
69- "//src/dbSta:SpefWriter" ,
7067 "//src/dbSta:ui" ,
7168 "//src/dft" ,
7269 "//src/dft:ui" ,
@@ -96,7 +93,6 @@ OPENROAD_LIBRARY_DEPS = [
9693 "//src/odb/src/defout" ,
9794 "//src/odb/src/lefin" ,
9895 "//src/odb/src/lefout" ,
99- "//src/odb/src/swig:swig_common" ,
10096 "//src/odb:ui" ,
10197 "//src/pad" ,
10298 "//src/par" ,
@@ -111,19 +107,16 @@ OPENROAD_LIBRARY_DEPS = [
111107 "//src/rmp:ui" ,
112108 "//src/rsz" ,
113109 "//src/rsz:ui" ,
114- "//src/stt" ,
115110 "//src/stt:ui" ,
116111 "//src/syn" ,
117112 "//src/syn:ui" ,
118113 "//src/tap" ,
119114 "//src/tap:ui" ,
120- "//src/upf" ,
121115 "//src/upf:ui" ,
122116 "//src/utl" ,
123117 "//src/utl:ui" ,
124118 "//src/web" ,
125119 "//src/web:ui" ,
126- "@abc" ,
127120 ":ord" ,
128121]
129122
@@ -316,6 +309,7 @@ cc_library(
316309 ],
317310 visibility = ["//:__subpackages__" ],
318311 deps = [
312+ "//src/sta:opensta_lib" ,
319313 "@abseil-cpp//absl/synchronization" ,
320314 "@tcl_lang//:tcl" ,
321315 ],
You can’t perform that action at this time.
0 commit comments