CIRCT  19.0.0git
Namespaces | Macros | Functions
LowerIntmodules.cpp File Reference
#include "circt/Dialect/FIRRTL/AnnotationDetails.h"
#include "circt/Dialect/FIRRTL/FIRRTLInstanceGraph.h"
#include "circt/Dialect/FIRRTL/FIRRTLOps.h"
#include "circt/Dialect/FIRRTL/Passes.h"
#include "mlir/IR/Diagnostics.h"
#include "mlir/IR/ImplicitLocOpBuilder.h"
#include "mlir/Pass/Pass.h"
#include "circt/Dialect/FIRRTL/Passes.h.inc"
Include dependency graph for LowerIntmodules.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_LOWERINTMODULES
 

Functions

static LogicalResult checkModForAnnotations (FModuleLike mod, StringRef name)
 
static LogicalResult checkInstForAnnotations (FInstanceLike inst, StringRef name)
 

Macro Definition Documentation

◆ GEN_PASS_DEF_LOWERINTMODULES

#define GEN_PASS_DEF_LOWERINTMODULES

Definition at line 24 of file LowerIntmodules.cpp.

Function Documentation

◆ checkInstForAnnotations()

static LogicalResult checkInstForAnnotations ( FInstanceLike  inst,
StringRef  name 
)
static

Definition at line 51 of file LowerIntmodules.cpp.

References empty.

◆ checkModForAnnotations()

static LogicalResult checkModForAnnotations ( FModuleLike  mod,
StringRef  name 
)
static

Definition at line 44 of file LowerIntmodules.cpp.

References empty.