CIRCT 22.0.0git
Loading...
Searching...
No Matches
Namespaces | Macros
PrintLongestPathAnalysis.cpp File Reference
#include "circt/Dialect/HW/HWOps.h"
#include "circt/Dialect/Synth/Analysis/LongestPathAnalysis.h"
#include "circt/Dialect/Synth/Transforms/SynthPasses.h"
#include "circt/Support/InstanceGraph.h"
#include "circt/Support/LLVM.h"
#include "mlir/Support/FileUtilities.h"
#include "mlir/Support/LLVM.h"
#include "llvm/ADT/DenseMapInfoVariant.h"
#include "llvm/ADT/ScopeExit.h"
#include "llvm/Support/Format.h"
#include "llvm/Support/JSON.h"
#include "llvm/Support/ToolOutputFile.h"
#include "llvm/Support/raw_ostream.h"
#include <memory>
#include "circt/Dialect/Synth/Transforms/SynthPasses.h.inc"
Include dependency graph for PrintLongestPathAnalysis.cpp:

Go to the source code of this file.

Namespaces

namespace  circt
 The InstanceGraph op interface, see InstanceGraphInterface.td for more details.
 
namespace  circt::synth
 

Macros

#define DEBUG_TYPE   "synth-longest-path-analysis"
 
#define GEN_PASS_DEF_PRINTLONGESTPATHANALYSIS
 

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "synth-longest-path-analysis"

Definition at line 28 of file PrintLongestPathAnalysis.cpp.

◆ GEN_PASS_DEF_PRINTLONGESTPATHANALYSIS

#define GEN_PASS_DEF_PRINTLONGESTPATHANALYSIS

Definition at line 34 of file PrintLongestPathAnalysis.cpp.