|
CIRCT 22.0.0git
|
#include "mlir-c/IR.h"

Go to the source code of this file.
Functions | |
| MLIR_CAPI_EXPORTED MlirLogicalResult | mlirExportVerilog (MlirModule, MlirStringCallback, void *userData) |
| Emits verilog for the specified module using the provided callback and user data. | |
| MLIR_CAPI_EXPORTED MlirLogicalResult | mlirExportSplitVerilog (MlirModule, MlirStringRef) |
| Emits split Verilog files for the specified module into the given directory. | |
| MLIR_CAPI_EXPORTED MlirLogicalResult mlirExportSplitVerilog | ( | MlirModule | module, |
| MlirStringRef | directory | ||
| ) |
Emits split Verilog files for the specified module into the given directory.
Definition at line 24 of file ExportVerilog.cpp.
References circt::exportSplitVerilog(), unwrap(), and wrap().
Referenced by NB_MODULE().
| MLIR_CAPI_EXPORTED MlirLogicalResult mlirExportVerilog | ( | MlirModule | module, |
| MlirStringCallback | callback, | ||
| void * | userData | ||
| ) |
Emits verilog for the specified module using the provided callback and user data.
Definition at line 17 of file ExportVerilog.cpp.
References circt::exportVerilog(), unwrap(), and wrap().
Referenced by NB_MODULE().