|
CIRCT 22.0.0git
|
#include "mlir/IR/BuiltinOps.h"#include "mlir/Pass/Pass.h"#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::hw |
Macros | |
| #define | GEN_PASS_DECL_TESTAPPLYLOWERINGOPTION |
| #define | GEN_PASS_DECL_HWLOWERINSTANCECHOICES |
| #define | GEN_PASS_DECL_PREPAREFOREMISSION |
| #define | GEN_PASS_DECL_LEGALIZEANONENUMS |
| #define | GEN_PASS_DECL_EXPORTSPLITVERILOG |
| #define | GEN_PASS_DECL_EXPORTVERILOG |
Functions | |
| std::unique_ptr< mlir::Pass > | circt::createExportVerilogPass (std::unique_ptr< llvm::raw_ostream > os) |
| std::unique_ptr< mlir::Pass > | circt::createExportVerilogPass (llvm::raw_ostream &os) |
| std::unique_ptr< mlir::Pass > | circt::createExportVerilogPass () |
| std::unique_ptr< mlir::Pass > | circt::createExportSplitVerilogPass (llvm::StringRef directory="./") |
| mlir::LogicalResult | circt::exportVerilog (mlir::ModuleOp module, llvm::raw_ostream &os) |
| Export a module containing HW, and SV dialect code. | |
| mlir::LogicalResult | circt::exportSplitVerilog (mlir::ModuleOp module, llvm::StringRef dirname) |
| Export a module containing HW, and SV dialect code, as one file per SV module. | |
| #define GEN_PASS_DECL_EXPORTSPLITVERILOG |
Definition at line 25 of file ExportVerilog.h.
| #define GEN_PASS_DECL_EXPORTVERILOG |
Definition at line 26 of file ExportVerilog.h.
| #define GEN_PASS_DECL_HWLOWERINSTANCECHOICES |
Definition at line 22 of file ExportVerilog.h.
| #define GEN_PASS_DECL_LEGALIZEANONENUMS |
Definition at line 24 of file ExportVerilog.h.
| #define GEN_PASS_DECL_PREPAREFOREMISSION |
Definition at line 23 of file ExportVerilog.h.
| #define GEN_PASS_DECL_TESTAPPLYLOWERINGOPTION |
Definition at line 21 of file ExportVerilog.h.