CIRCT
20.0.0git
|
#include "circt/Dialect/FIRRTL/FIRRTLDialect.h"
#include "circt/Dialect/FIRRTL/FIRRTLOps.h"
#include "circt/Dialect/FIRRTL/FIRRTLTypes.h"
#include "circt/Dialect/FIRRTL/FIRRTLUtils.h"
#include "circt/Dialect/FIRRTL/Namespace.h"
#include "circt/Dialect/FIRRTL/Passes.h"
#include "circt/Dialect/SV/SVOps.h"
#include "circt/Dialect/Sim/SimOps.h"
#include "mlir/IR/BuiltinOps.h"
#include "mlir/IR/Threading.h"
#include "mlir/Pass/Pass.h"
#include "mlir/Support/LogicalResult.h"
#include "llvm/ADT/MapVector.h"
#include "circt/Dialect/FIRRTL/Passes.h.inc"
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_LOWERDPI |
Functions | |
static Type | lowerDPIArgumentType (Type type) |
static Value | convertToUnpackedArray (ImplicitLocOpBuilder &builder, Value loweredValue) |
static Value | getLowered (ImplicitLocOpBuilder &builder, Value value) |
#define GEN_PASS_DEF_LOWERDPI |
Definition at line 29 of file LowerDPI.cpp.
|
static |
Definition at line 104 of file LowerDPI.cpp.
References circt::calyx::direction::get(), circt::firrtl::lowerType(), and width.
Referenced by getLowered().
|
static |
Definition at line 134 of file LowerDPI.cpp.
References convertToUnpackedArray(), lowerDPIArgumentType(), and circt::firrtl::lowerType().
|
static |
Definition at line 97 of file LowerDPI.cpp.
References circt::calyx::direction::get(), and circt::firrtl::lowerType().
Referenced by getLowered().