Loading [MathJax]/extensions/tex2jax.js
CIRCT 22.0.0git
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Namespaces | Macros | Functions
DatapathToComb.cpp File Reference
#include "circt/Conversion/DatapathToComb.h"
#include "circt/Dialect/Comb/CombOps.h"
#include "circt/Dialect/Datapath/DatapathOps.h"
#include "circt/Dialect/HW/HWOps.h"
#include "mlir/Dialect/Func/IR/FuncOps.h"
#include "mlir/Pass/Pass.h"
#include "mlir/Transforms/DialectConversion.h"
#include "llvm/Support/Debug.h"
#include "circt/Conversion/Passes.h.inc"
Include dependency graph for DatapathToComb.cpp:

Go to the source code of this file.

Namespaces

namespace  circt
 The InstanceGraph op interface, see InstanceGraphInterface.td for more details.
 

Macros

#define DEBUG_TYPE   "datapath-to-comb"
 
#define GEN_PASS_DEF_CONVERTDATAPATHTOCOMB
 

Functions

static SmallVector< Value > extractBits (OpBuilder &builder, Value val)
 

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "datapath-to-comb"

Definition at line 18 of file DatapathToComb.cpp.

◆ GEN_PASS_DEF_CONVERTDATAPATHTOCOMB

#define GEN_PASS_DEF_CONVERTDATAPATHTOCOMB

Definition at line 21 of file DatapathToComb.cpp.

Function Documentation

◆ extractBits()

static SmallVector< Value > extractBits ( OpBuilder &  builder,
Value  val 
)
static

Definition at line 29 of file DatapathToComb.cpp.