Signed-off-by: James Cherry <cherry@parallaxsw.com>
This commit is contained in:
James Cherry 2021-12-06 16:36:01 -07:00
parent 81ad79bb7b
commit b7fa990328
3 changed files with 6 additions and 2 deletions

View File

@ -56,6 +56,7 @@ class ClockLatency;
class ClockInsertion;
class ClockGroup;
class ClockGroups;
class PortDelay;
enum class AnalysisType { single, bc_wc, ocv };

View File

@ -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 {

View File

@ -17,6 +17,10 @@
#pragma once
#include "DisallowCopyAssign.hh"
#include "Zlib.hh"
#include "NetworkClass.hh"
#include "GraphClass.hh"
#include "Sdc.hh"
namespace sta {