CIRCT  19.0.0git
Functions
ExportFIRRTL.h File Reference
#include "mlir-c/IR.h"
Include dependency graph for ExportFIRRTL.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

MLIR_CAPI_EXPORTED MlirLogicalResult mlirExportFIRRTL (MlirModule, MlirStringCallback, void *userData)
 Emits FIRRTL for the specified module using the provided callback and user data. More...
 

Function Documentation

◆ mlirExportFIRRTL()

MLIR_CAPI_EXPORTED MlirLogicalResult mlirExportFIRRTL ( MlirModule  module,
MlirStringCallback  callback,
void *  userData 
)

Emits FIRRTL for the specified module using the provided callback and user data.

Definition at line 19 of file ExportFIRRTL.cpp.

References circt::firrtl::exportFIRFile(), circt::firrtl::exportFIRVersion(), unwrap(), and wrap().