headers
Signed-off-by: James Cherry <cherry@parallaxsw.com>
This commit is contained in:
parent
81ad79bb7b
commit
b7fa990328
|
|
@ -56,6 +56,7 @@ class ClockLatency;
|
||||||
class ClockInsertion;
|
class ClockInsertion;
|
||||||
class ClockGroup;
|
class ClockGroup;
|
||||||
class ClockGroups;
|
class ClockGroups;
|
||||||
|
class PortDelay;
|
||||||
|
|
||||||
enum class AnalysisType { single, bc_wc, ocv };
|
enum class AnalysisType { single, bc_wc, ocv };
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -20,7 +20,6 @@
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
#include <time.h>
|
#include <time.h>
|
||||||
|
|
||||||
#include "DisallowCopyAssign.hh"
|
|
||||||
#include "Zlib.hh"
|
#include "Zlib.hh"
|
||||||
#include "Report.hh"
|
#include "Report.hh"
|
||||||
#include "Error.hh"
|
#include "Error.hh"
|
||||||
|
|
@ -46,8 +45,8 @@
|
||||||
#include "DeratingFactors.hh"
|
#include "DeratingFactors.hh"
|
||||||
#include "Sdc.hh"
|
#include "Sdc.hh"
|
||||||
#include "Fuzzy.hh"
|
#include "Fuzzy.hh"
|
||||||
#include "WriteSdcPvt.hh"
|
|
||||||
#include "StaState.hh"
|
#include "StaState.hh"
|
||||||
|
#include "WriteSdcPvt.hh"
|
||||||
|
|
||||||
namespace sta {
|
namespace sta {
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -17,6 +17,10 @@
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include "DisallowCopyAssign.hh"
|
#include "DisallowCopyAssign.hh"
|
||||||
|
#include "Zlib.hh"
|
||||||
|
#include "NetworkClass.hh"
|
||||||
|
#include "GraphClass.hh"
|
||||||
|
#include "Sdc.hh"
|
||||||
|
|
||||||
namespace sta {
|
namespace sta {
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue