File tree Expand file tree Collapse file tree 4 files changed +15
-6
lines changed
Expand file tree Collapse file tree 4 files changed +15
-6
lines changed Original file line number Diff line number Diff line change 77
88#include " gtest/gtest.h"
99#include " odb/db.h"
10+ #include " rsz/Resizer.hh"
1011#include " tst/IntegratedFixture.h"
1112
1213namespace rsz {
Original file line number Diff line number Diff line change @@ -58,12 +58,12 @@ cc_library(
5858 name = "integrated_fixture" ,
5959 srcs = ["src/IntegratedFixture.cpp" ],
6060 hdrs = ["include/tst/IntegratedFixture.h" ],
61- includes = ["." ],
62- visibility = ["//visibility:public" ],
6361 data = [
6462 "//test:nangate45_data" ,
6563 "//test:sky130hd_data" ,
66- ],
64+ ],
65+ includes = ["." ],
66+ visibility = ["//visibility:public" ],
6767 deps = [
6868 ":tst" ,
6969 "//src/ant" ,
@@ -81,6 +81,6 @@ cc_library(
8181 "@bazel_tools//tools/cpp/runfiles" ,
8282 "@googletest//:gtest" ,
8383 "@spdlog" ,
84- "@tk_tcl//:tcl" ,
84+ "@tk_tcl//:tcl" ,
8585 ],
8686)
Original file line number Diff line number Diff line change 22// Copyright (c) 2024, The OpenROAD Authors
33#pragma once
44
5+ #include < string>
6+
57#include " ant/AntennaChecker.hh"
68#include " db_sta/dbNetwork.hh"
79#include " dpl/Opendp.h"
810#include " est/EstimateParasitics.h"
911#include " grt/GlobalRouter.h"
1012#include " odb/db.h"
1113#include " rsz/Resizer.hh"
12- #include " sta/Units.hh"
1314#include " stt/SteinerTreeBuilder.h"
1415#include " tst/fixture.h"
1516#include " utl/CallBackHandler.h"
Original file line number Diff line number Diff line change 44#include " tst/IntegratedFixture.h"
55
66#include < fstream>
7+ #include < string>
78
89#include " db_sta/dbReadVerilog.hh"
910#include " db_sta/dbSta.hh"
1011#include " odb/db.h"
12+ #include " odb/dbTypes.h"
1113#include " sta/Clock.hh"
1214#include " sta/Graph.hh"
15+ #include " sta/MinMax.hh"
16+ #include " sta/NetworkClass.hh"
1317#include " sta/Sdc.hh"
18+ #include " sta/SdcClass.hh"
19+ #include " sta/Transition.hh"
20+ #include " sta/Units.hh"
21+ #include " sta/VerilogReader.hh"
1422#include " sta/VerilogWriter.hh"
15- #include " utl/Logger.h"
1623
1724namespace tst {
1825
You can’t perform that action at this time.
0 commit comments