#include "circt/Dialect/FIRRTL/Passes.h"
#include "circt/Dialect/FIRRTL/CHIRRTLDialect.h"
#include "circt/Dialect/FIRRTL/FIRRTLOps.h"
#include "circt/Dialect/FIRRTL/FIRRTLTypes.h"
#include "circt/Dialect/FIRRTL/FIRRTLUtils.h"
#include "circt/Dialect/FIRRTL/FIRRTLVisitors.h"
#include "circt/Support/Debug.h"
#include "mlir/IR/Threading.h"
#include "mlir/Transforms/DialectConversion.h"
#include "llvm/ADT/STLExtras.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 |
|
◆ DEBUG_TYPE
#define DEBUG_TYPE "firrtl-probes-to-signals" |
◆ GEN_PASS_DEF_PROBESTOSIGNALS
#define GEN_PASS_DEF_PROBESTOSIGNALS |
◆ getBodyBlock()
static Block * getBodyBlock |
( |
FModuleLike |
mod | ) |
|
|
static |
Definition at line 197 of file ProbesToSignals.cpp.
References assert().
Referenced by circt::scftocalyx::BuildOpGroups::buildFpIntTypeCastOp(), circt::scftocalyx::BuildOpGroups::buildOp(), getPortImpl(), lowerFunctionCallResults(), lowerInstanceResults(), circt::pipelinetocalyx::BuildControl::partiallyLowerFuncToComp(), circt::scftocalyx::BuildControl::partiallyLowerFuncToComp(), circt::calyx::BuildReturnRegs::partiallyLowerFuncToComp(), LowerLayersPass::runOnOperation(), LowerXMRPass::runOnOperation(), and spillWiresForInstanceInputs().