CIRCT  20.0.0git
Namespaces | Macros | Functions
CheckRecursiveInstantiation.cpp File Reference
#include "circt/Dialect/FIRRTL/FIRRTLInstanceGraph.h"
#include "circt/Dialect/FIRRTL/Passes.h"
#include "mlir/Pass/Pass.h"
#include "llvm/ADT/DenseMap.h"
#include "llvm/ADT/SCCIterator.h"
#include "circt/Dialect/FIRRTL/Passes.h.inc"
Include dependency graph for CheckRecursiveInstantiation.cpp:

Go to the source code of this file.

Namespaces

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

Macros

#define GEN_PASS_DEF_CHECKRECURSIVEINSTANTIATION
 

Functions

static void printPath (InstanceGraph &instanceGraph, ArrayRef< InstanceGraphNode * > nodes)
 

Macro Definition Documentation

◆ GEN_PASS_DEF_CHECKRECURSIVEINSTANTIATION

#define GEN_PASS_DEF_CHECKRECURSIVEINSTANTIATION

Definition at line 17 of file CheckRecursiveInstantiation.cpp.

Function Documentation

◆ printPath()

static void printPath ( InstanceGraph instanceGraph,
ArrayRef< InstanceGraphNode * >  nodes 
)
static

Definition at line 25 of file CheckRecursiveInstantiation.cpp.

References assert().