|
CIRCT 22.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 | |
| namespace | circt |
| The InstanceGraph op interface, see InstanceGraphInterface.td for more details. | |
| namespace | circt::scfToCalyx |
Macros | |
| #define | GEN_PASS_DECL_SCFTOCALYX |
Functions | |
| std::unique_ptr< OperationPass< ModuleOp > > | circt::createSCFToCalyxPass (std::string topLevelFunction="") |
| Create an SCF to Calyx conversion pass. | |
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.