13#ifndef CIRCT_TARGET_EXPORTSYSTEMC_H
14#define CIRCT_TARGET_EXPORTSYSTEMC_H
19namespace ExportSystemC {
21LogicalResult
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.