CIRCT
20.0.0git
|
#include "circt/Dialect/Calyx/CalyxOps.h"
#include "circt/Dialect/HW/HWOps.h"
#include "circt/Support/LLVM.h"
#include <memory>
#include "circt/Conversion/Passes.h.inc"
Go to the source code of this file.
Namespaces | |
mlir | |
circt | |
The InstanceGraph op interface, see InstanceGraphInterface.td for more details. | |
circt::calyx | |
Macros | |
#define | GEN_PASS_DECL_CALYXTOHW |
Functions | |
hw::HWModuleExternOp | circt::calyx::getExternHWModule (OpBuilder &builder, ComponentOp op) |
Returns a hw.module.extern operation describing the Verilog module which a ComponentOp eventually results in. More... | |
std::unique_ptr< mlir::Pass > | circt::createCalyxToHWPass () |
#define GEN_PASS_DECL_CALYXTOHW |
Definition at line 28 of file CalyxToHW.h.