CIRCT
18.0.0git
|
#include "circt/Dialect/Calyx/CalyxOps.h"
#include "circt/Dialect/HW/HWOps.h"
#include "circt/Support/LLVM.h"
#include <memory>
Go to the source code of this file.
Namespaces | |
mlir | |
circt | |
This file defines an intermediate representation for circuits acting as an abstraction for constraints defined over an SMT's solver context. | |
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 () |