mirror of
https://github.com/The-OpenROAD-Project/OpenSTA.git
synced 2026-05-30 00:24:12 +08:00
@@ -56,6 +56,7 @@ class ClockLatency;
|
||||
class ClockInsertion;
|
||||
class ClockGroup;
|
||||
class ClockGroups;
|
||||
class PortDelay;
|
||||
|
||||
enum class AnalysisType { single, bc_wc, ocv };
|
||||
|
||||
|
||||
@@ -20,7 +20,6 @@
|
||||
#include <algorithm>
|
||||
#include <time.h>
|
||||
|
||||
#include "DisallowCopyAssign.hh"
|
||||
#include "Zlib.hh"
|
||||
#include "Report.hh"
|
||||
#include "Error.hh"
|
||||
@@ -46,8 +45,8 @@
|
||||
#include "DeratingFactors.hh"
|
||||
#include "Sdc.hh"
|
||||
#include "Fuzzy.hh"
|
||||
#include "WriteSdcPvt.hh"
|
||||
#include "StaState.hh"
|
||||
#include "WriteSdcPvt.hh"
|
||||
|
||||
namespace sta {
|
||||
|
||||
|
||||
@@ -17,6 +17,10 @@
|
||||
#pragma once
|
||||
|
||||
#include "DisallowCopyAssign.hh"
|
||||
#include "Zlib.hh"
|
||||
#include "NetworkClass.hh"
|
||||
#include "GraphClass.hh"
|
||||
#include "Sdc.hh"
|
||||
|
||||
namespace sta {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user