mirror of
https://github.com/The-OpenROAD-Project/OpenSTA.git
synced 2026-09-02 23:49:24 +02:00
public headers in include/sta
This commit is contained in:
@@ -14,27 +14,27 @@
|
||||
// You should have received a copy of the GNU General Public License
|
||||
// along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
|
||||
#include "parasitics/ConcreteParasitics.hh"
|
||||
#include "ConcreteParasitics.hh"
|
||||
|
||||
#include <limits>
|
||||
#include <algorithm> // max
|
||||
|
||||
#include "util/Report.hh"
|
||||
#include "util/Debug.hh"
|
||||
#include "util/Error.hh"
|
||||
#include "util/Mutex.hh"
|
||||
#include "util/Set.hh"
|
||||
#include "util/MinMax.hh"
|
||||
#include "network/Network.hh"
|
||||
#include "liberty/Wireload.hh"
|
||||
#include "liberty/Liberty.hh"
|
||||
#include "sdc/Sdc.hh"
|
||||
#include "parasitics/Parasitics.hh"
|
||||
#include "parasitics/ReduceParasitics.hh"
|
||||
#include "parasitics/MakeConcreteParasitics.hh"
|
||||
#include "parasitics/Parasitics.hh"
|
||||
#include "parasitics/ConcreteParasiticsPvt.hh"
|
||||
#include "search/Corner.hh"
|
||||
#include "Report.hh"
|
||||
#include "Debug.hh"
|
||||
#include "Error.hh"
|
||||
#include "Mutex.hh"
|
||||
#include "Set.hh"
|
||||
#include "MinMax.hh"
|
||||
#include "Network.hh"
|
||||
#include "Wireload.hh"
|
||||
#include "Liberty.hh"
|
||||
#include "Sdc.hh"
|
||||
#include "Parasitics.hh"
|
||||
#include "ReduceParasitics.hh"
|
||||
#include "MakeConcreteParasitics.hh"
|
||||
#include "Parasitics.hh"
|
||||
#include "ConcreteParasiticsPvt.hh"
|
||||
#include "Corner.hh"
|
||||
|
||||
// Multiple inheritance is used to share elmore and pi model base
|
||||
// classes, but care is taken to make sure there are no loops in the
|
||||
|
||||
@@ -18,11 +18,11 @@
|
||||
|
||||
#include <mutex>
|
||||
|
||||
#include "util/Map.hh"
|
||||
#include "util/Set.hh"
|
||||
#include "util/MinMax.hh"
|
||||
#include "parasitics/EstimateParasitics.hh"
|
||||
#include "parasitics/Parasitics.hh"
|
||||
#include "Map.hh"
|
||||
#include "Set.hh"
|
||||
#include "MinMax.hh"
|
||||
#include "EstimateParasitics.hh"
|
||||
#include "Parasitics.hh"
|
||||
|
||||
namespace sta {
|
||||
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "parasitics/Parasitics.hh"
|
||||
#include "Parasitics.hh"
|
||||
|
||||
namespace sta {
|
||||
|
||||
|
||||
@@ -14,13 +14,13 @@
|
||||
// You should have received a copy of the GNU General Public License
|
||||
// along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
|
||||
#include "parasitics/EstimateParasitics.hh"
|
||||
#include "EstimateParasitics.hh"
|
||||
|
||||
#include "liberty/Wireload.hh"
|
||||
#include "liberty/Liberty.hh"
|
||||
#include "network/Network.hh"
|
||||
#include "sdc/Sdc.hh"
|
||||
#include "parasitics/Parasitics.hh"
|
||||
#include "Wireload.hh"
|
||||
#include "Liberty.hh"
|
||||
#include "Network.hh"
|
||||
#include "Sdc.hh"
|
||||
#include "Parasitics.hh"
|
||||
|
||||
namespace sta {
|
||||
|
||||
|
||||
@@ -16,10 +16,10 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "liberty/LibertyClass.hh"
|
||||
#include "network/NetworkClass.hh"
|
||||
#include "sdc/SdcClass.hh"
|
||||
#include "parasitics/ParasiticsClass.hh"
|
||||
#include "LibertyClass.hh"
|
||||
#include "NetworkClass.hh"
|
||||
#include "SdcClass.hh"
|
||||
#include "ParasiticsClass.hh"
|
||||
|
||||
namespace sta {
|
||||
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
// You should have received a copy of the GNU General Public License
|
||||
// along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
|
||||
#include "parasitics/NullParasitics.hh"
|
||||
#include "NullParasitics.hh"
|
||||
|
||||
namespace sta {
|
||||
|
||||
|
||||
@@ -14,16 +14,16 @@
|
||||
// You should have received a copy of the GNU General Public License
|
||||
// along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
|
||||
#include "parasitics/Parasitics.hh"
|
||||
#include "Parasitics.hh"
|
||||
|
||||
#include "util/Error.hh"
|
||||
#include "util/Debug.hh"
|
||||
#include "liberty/Liberty.hh"
|
||||
#include "liberty/Wireload.hh"
|
||||
#include "network/Network.hh"
|
||||
#include "network/PortDirection.hh"
|
||||
#include "sdc/Sdc.hh"
|
||||
#include "parasitics/ReduceParasitics.hh"
|
||||
#include "Error.hh"
|
||||
#include "Debug.hh"
|
||||
#include "Liberty.hh"
|
||||
#include "Wireload.hh"
|
||||
#include "Network.hh"
|
||||
#include "PortDirection.hh"
|
||||
#include "Sdc.hh"
|
||||
#include "ReduceParasitics.hh"
|
||||
|
||||
namespace sta {
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
// You should have received a copy of the GNU General Public License
|
||||
// along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
|
||||
#include "search/Sta.hh"
|
||||
#include "Sta.hh"
|
||||
|
||||
using sta::Sta;
|
||||
using sta::cmdLinkedNetwork;
|
||||
|
||||
@@ -14,16 +14,16 @@
|
||||
// You should have received a copy of the GNU General Public License
|
||||
// along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
|
||||
#include "parasitics/ReduceParasitics.hh"
|
||||
#include "ReduceParasitics.hh"
|
||||
|
||||
#include "util/Error.hh"
|
||||
#include "util/Debug.hh"
|
||||
#include "util/MinMax.hh"
|
||||
#include "liberty/Liberty.hh"
|
||||
#include "network/Network.hh"
|
||||
#include "sdc/Sdc.hh"
|
||||
#include "search/Corner.hh"
|
||||
#include "parasitics/Parasitics.hh"
|
||||
#include "Error.hh"
|
||||
#include "Debug.hh"
|
||||
#include "MinMax.hh"
|
||||
#include "Liberty.hh"
|
||||
#include "Network.hh"
|
||||
#include "Sdc.hh"
|
||||
#include "Corner.hh"
|
||||
#include "Parasitics.hh"
|
||||
|
||||
namespace sta {
|
||||
|
||||
|
||||
@@ -16,8 +16,8 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "network/NetworkClass.hh"
|
||||
#include "sdc/SdcClass.hh"
|
||||
#include "NetworkClass.hh"
|
||||
#include "SdcClass.hh"
|
||||
|
||||
namespace sta {
|
||||
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
#include <string>
|
||||
|
||||
#include "util/FlexPragma.hh"
|
||||
#include "util/StringUtil.hh"
|
||||
#include "StringUtil.hh"
|
||||
#include "parasitics/SpefReaderPvt.hh"
|
||||
#include "SpefParse.hh"
|
||||
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
// You should have received a copy of the GNU General Public License
|
||||
// along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
|
||||
#include "parasitics/SpefNamespace.hh"
|
||||
#include "SpefNamespace.hh"
|
||||
|
||||
#include <ctype.h>
|
||||
#include <string.h>
|
||||
|
||||
@@ -18,8 +18,8 @@
|
||||
|
||||
#include <string.h>
|
||||
|
||||
#include "util/StringUtil.hh"
|
||||
#include "util/StringSeq.hh"
|
||||
#include "StringUtil.hh"
|
||||
#include "StringSeq.hh"
|
||||
#include "parasitics/SpefReaderPvt.hh"
|
||||
|
||||
int SpefLex_lex();
|
||||
|
||||
+14
-14
@@ -14,23 +14,23 @@
|
||||
// You should have received a copy of the GNU General Public License
|
||||
// along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
|
||||
#include "parasitics/SpefReader.hh"
|
||||
#include "SpefReader.hh"
|
||||
|
||||
#include <limits>
|
||||
|
||||
#include "util/Zlib.hh"
|
||||
#include "util/Report.hh"
|
||||
#include "util/Debug.hh"
|
||||
#include "util/StringUtil.hh"
|
||||
#include "util/Map.hh"
|
||||
#include "liberty/Transition.hh"
|
||||
#include "liberty/Liberty.hh"
|
||||
#include "network/Network.hh"
|
||||
#include "network/PortDirection.hh"
|
||||
#include "sdc/Sdc.hh"
|
||||
#include "parasitics/Parasitics.hh"
|
||||
#include "parasitics/SpefReaderPvt.hh"
|
||||
#include "parasitics/SpefNamespace.hh"
|
||||
#include "Zlib.hh"
|
||||
#include "Report.hh"
|
||||
#include "Debug.hh"
|
||||
#include "StringUtil.hh"
|
||||
#include "Map.hh"
|
||||
#include "Transition.hh"
|
||||
#include "Liberty.hh"
|
||||
#include "Network.hh"
|
||||
#include "PortDirection.hh"
|
||||
#include "Sdc.hh"
|
||||
#include "Parasitics.hh"
|
||||
#include "SpefReaderPvt.hh"
|
||||
#include "SpefNamespace.hh"
|
||||
|
||||
int
|
||||
SpefParse_parse();
|
||||
|
||||
@@ -16,9 +16,9 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "util/Zlib.hh"
|
||||
#include "util/MinMax.hh"
|
||||
#include "parasitics/ParasiticsClass.hh"
|
||||
#include "Zlib.hh"
|
||||
#include "MinMax.hh"
|
||||
#include "ParasiticsClass.hh"
|
||||
|
||||
namespace sta {
|
||||
|
||||
|
||||
@@ -16,11 +16,11 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "util/Zlib.hh"
|
||||
#include "util/Map.hh"
|
||||
#include "util/StringSeq.hh"
|
||||
#include "network/NetworkClass.hh"
|
||||
#include "parasitics/ParasiticsClass.hh"
|
||||
#include "Zlib.hh"
|
||||
#include "Map.hh"
|
||||
#include "StringSeq.hh"
|
||||
#include "NetworkClass.hh"
|
||||
#include "ParasiticsClass.hh"
|
||||
|
||||
// Global namespace.
|
||||
#define YY_INPUT(buf,result,max_size) \
|
||||
|
||||
Reference in New Issue
Block a user