CIRCT  19.0.0git
Namespaces | Functions
CalyxToHW.h File Reference
#include "circt/Dialect/Calyx/CalyxOps.h"
#include "circt/Dialect/HW/HWOps.h"
#include "circt/Support/LLVM.h"
#include <memory>
Include dependency graph for CalyxToHW.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 mlir
 
 circt
 The InstanceGraph op interface, see InstanceGraphInterface.td for more details.
 
 circt::calyx
 

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 ()