#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/Pass/Pass.h"
#include "circt/Dialect/FIRRTL/Passes.h.inc"
Go to the source code of this file.
|
| namespace | circt |
| | The InstanceGraph op interface, see InstanceGraphInterface.td for more details.
|
| |
| namespace | circt::firrtl |
| |
◆ GEN_PASS_DEF_LOWERINTMODULES
| #define GEN_PASS_DEF_LOWERINTMODULES |
◆ checkInstForAnnotations()
| static LogicalResult checkInstForAnnotations |
( |
FInstanceLike |
inst, |
|
|
StringRef |
name |
|
) |
| |
|
static |
◆ checkModForAnnotations()
| static LogicalResult checkModForAnnotations |
( |
FModuleLike |
mod, |
|
|
StringRef |
name |
|
) |
| |
|
static |
◆ lowerDomainEICGWrapperInstance()
| static LogicalResult lowerDomainEICGWrapperInstance |
( |
FExtModuleOp |
op, |
|
|
InstanceOp |
inst |
|
) |
| |
|
static |
◆ lowerLegacyEICGWrapperInstance()
| static LogicalResult lowerLegacyEICGWrapperInstance |
( |
FExtModuleOp |
op, |
|
|
InstanceOp |
inst |
|
) |
| |
|
static |
◆ replaceResultWithWire()
| static Value replaceResultWithWire |
( |
ImplicitLocOpBuilder & |
builder, |
|
|
Value |
result, |
|
|
ValueRange |
domains = {} |
|
) |
| |
|
static |
◆ swapEICGEnableInputs()
| static LogicalResult swapEICGEnableInputs |
( |
FExtModuleOp |
op, |
|
|
InstanceOp |
inst, |
|
|
SmallVectorImpl< Value > & |
inputs |
|
) |
| |
|
static |