CIRCT  20.0.0git
Namespaces | Macros | Functions
LowerDPI.cpp File Reference
#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"
Include dependency graph for LowerDPI.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_LOWERDPI
 

Functions

static Type lowerDPIArgumentType (Type type)
 
static Value convertToUnpackedArray (ImplicitLocOpBuilder &builder, Value loweredValue)
 
static Value getLowered (ImplicitLocOpBuilder &builder, Value value)
 

Macro Definition Documentation

◆ GEN_PASS_DEF_LOWERDPI

#define GEN_PASS_DEF_LOWERDPI

Definition at line 29 of file LowerDPI.cpp.

Function Documentation

◆ convertToUnpackedArray()

static Value convertToUnpackedArray ( ImplicitLocOpBuilder &  builder,
Value  loweredValue 
)
static

Definition at line 104 of file LowerDPI.cpp.

References circt::calyx::direction::get(), circt::firrtl::lowerType(), and width.

Referenced by getLowered().

◆ getLowered()

static Value getLowered ( ImplicitLocOpBuilder &  builder,
Value  value 
)
static

◆ lowerDPIArgumentType()

static Type lowerDPIArgumentType ( Type  type)
static

Definition at line 97 of file LowerDPI.cpp.

References circt::calyx::direction::get(), and circt::firrtl::lowerType().

Referenced by getLowered().