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 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 {
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue