CIRCT
20.0.0git
|
#include "circt/Support/LLVM.h"
#include "mlir/Dialect/SCF/IR/SCF.h"
#include <memory>
#include "circt/Conversion/Passes.h.inc"
Go to the source code of this file.
Namespaces | |
circt | |
The InstanceGraph op interface, see InstanceGraphInterface.td for more details. | |
circt::scfToCalyx | |
Macros | |
#define | GEN_PASS_DECL_SCFTOCALYX |
Functions | |
std::unique_ptr< OperationPass< ModuleOp > > | circt::createSCFToCalyxPass () |
Create an SCF to Calyx conversion pass. More... | |
Variables | |
static constexpr std::string_view | circt::scfToCalyx::sPortNameAttr = "calyx.port_name" |
#define GEN_PASS_DECL_SCFTOCALYX |
Definition at line 23 of file SCFToCalyx.h.