Skip to content

Commit 0cd6101

Browse files
committed
Merge branch 'master' of github.com:The-OpenROAD-Project-private/OpenROAD into cts-ndr-arg-tests
Signed-off-by: Jonas Gava <[email protected]>
2 parents 834d531 + e79e225 commit 0cd6101

File tree

144 files changed

+335
-303
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

144 files changed

+335
-303
lines changed

src/Main.cc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
#include <tcl.h>
66

77
#include <array>
8-
#include <boost/stacktrace.hpp>
98
#include <climits>
109
#include <clocale>
1110
#include <csignal>
@@ -15,6 +14,8 @@
1514
#include <iostream>
1615
#include <memory>
1716
#include <string>
17+
18+
#include "boost/stacktrace.hpp"
1819
#ifdef ENABLE_READLINE
1920
// If you get an error on this include be sure you have
2021
// the package tcl-tclreadline-devel installed

src/ant/src/AntennaChecker.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
#include <omp.h>
77

88
#include <algorithm>
9-
#include <boost/pending/disjoint_sets.hpp>
109
#include <cstdio>
1110
#include <cstring>
1211
#include <fstream>
@@ -21,6 +20,7 @@
2120

2221
#include "Polygon.hh"
2322
#include "WireBuilder.hh"
23+
#include "boost/pending/disjoint_sets.hpp"
2424
#include "odb/db.h"
2525
#include "odb/dbShape.h"
2626
#include "odb/dbTypes.h"

src/ant/src/WireBuilder.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33

44
#include "WireBuilder.hh"
55

6-
#include <boost/functional/hash.hpp>
76
#include <limits>
87

8+
#include "boost/functional/hash.hpp"
99
#include "odb/dbShape.h"
1010
#include "utl/Logger.h"
1111

src/cts/BUILD

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,11 @@ cc_library(
2424
"src/Util.h",
2525
],
2626
visibility = ["//visibility:private"],
27-
deps = ["//src/sta:opensta_lib"],
27+
deps = [
28+
"//src/sta:opensta_lib",
29+
"@boost.container_hash",
30+
"@boost.unordered",
31+
],
2832
)
2933

3034
cc_library(

src/cts/src/TechChar.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55

66
#include <algorithm>
77
#include <bitset>
8-
#include <boost/functional/hash.hpp>
9-
#include <boost/unordered/unordered_map.hpp>
108
#include <cassert>
119
#include <chrono>
1210
#include <cstddef>
@@ -23,6 +21,8 @@
2321
#include <vector>
2422

2523
#include "CtsOptions.h"
24+
#include "boost/functional/hash.hpp"
25+
#include "boost/unordered/unordered_map.hpp"
2626
#include "db_sta/dbNetwork.hh"
2727
#include "est/EstimateParasitics.h"
2828
#include "rsz/Resizer.hh"

src/cts/src/TreeBuilder.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33

44
#include "TreeBuilder.h"
55

6-
#include <boost/polygon/polygon.hpp>
76
#include <cmath>
87
#include <fstream>
98
#include <iomanip>
@@ -14,6 +13,7 @@
1413
#include <string>
1514
#include <vector>
1615

16+
#include "boost/polygon/polygon.hpp"
1717
#include "odb/geom_boost.h"
1818
#include "utl/Logger.h"
1919

src/cts/src/TreeBuilder.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33

44
#pragma once
55

6-
#include <boost/functional/hash.hpp>
7-
#include <boost/unordered/unordered_map.hpp>
8-
#include <boost/unordered/unordered_set.hpp>
96
#include <deque>
107
#include <functional>
118
#include <set>
@@ -17,6 +14,9 @@
1714
#include "CtsOptions.h"
1815
#include "TechChar.h"
1916
#include "Util.h"
17+
#include "boost/functional/hash.hpp"
18+
#include "boost/unordered/unordered_map.hpp"
19+
#include "boost/unordered/unordered_set.hpp"
2020

2121
namespace utl {
2222
class Logger;

src/dft/src/Dft.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33

44
#include "dft/Dft.hh"
55

6-
#include <boost/property_tree/json_parser.hpp>
7-
#include <boost/property_tree/ptree.hpp>
86
#include <iostream>
97
#include <memory>
108
#include <optional>
@@ -18,6 +16,8 @@
1816
#include "ScanCellFactory.hh"
1917
#include "ScanReplace.hh"
2018
#include "ScanStitch.hh"
19+
#include "boost/property_tree/json_parser.hpp"
20+
#include "boost/property_tree/ptree.hpp"
2121
#include "odb/db.h"
2222
#include "utl/Logger.h"
2323

src/dft/src/architect/Opt.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33

44
#include "Opt.hh"
55

6-
#include <boost/geometry.hpp>
7-
#include <boost/geometry/geometries/register/point.hpp>
8-
#include <boost/geometry/index/rtree.hpp>
96
#include <cstddef>
107
#include <iostream>
118
#include <limits>
@@ -14,6 +11,9 @@
1411
#include <vector>
1512

1613
#include "ClockDomain.hh"
14+
#include "boost/geometry.hpp"
15+
#include "boost/geometry/geometries/register/point.hpp"
16+
#include "boost/geometry/index/rtree.hpp"
1717

1818
namespace bg = boost::geometry;
1919
namespace bgi = boost::geometry::index;

src/dft/src/stitch/ScanStitch.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33

44
#include "ScanStitch.hh"
55

6-
#include <boost/algorithm/string.hpp>
76
#include <cstddef>
87
#include <deque>
98
#include <iostream>
@@ -13,6 +12,8 @@
1312
#include <utility>
1413
#include <vector>
1514

15+
#include "boost/algorithm/string.hpp"
16+
1617
namespace {
1718
constexpr std::string_view kScanEnable = "scan-enable";
1819
constexpr std::string_view kScanIn = "scan-in";

0 commit comments

Comments
 (0)