13 #ifndef CIRCT_TARGET_EXPORTSYSTEMC_H
14 #define CIRCT_TARGET_EXPORTSYSTEMC_H
19 namespace ExportSystemC {
21 LogicalResult
exportSystemC(ModuleOp module, llvm::raw_ostream &os);
void registerExportSystemCTranslation()
LogicalResult exportSplitSystemC(ModuleOp module, StringRef directory)
LogicalResult exportSystemC(ModuleOp module, llvm::raw_ostream &os)
The InstanceGraph op interface, see InstanceGraphInterface.td for more details.