13#ifndef CIRCT_CONVERSION_EXPORTCHISELINTERFACE_H_
14#define CIRCT_CONVERSION_EXPORTCHISELINTERFACE_H_
16#include "mlir/IR/BuiltinOps.h"
17#include "mlir/Pass/Pass.h"
21#define GEN_PASS_DECL_EXPORTCHISELINTERFACE
22#define GEN_PASS_DECL_EXPORTSPLITCHISELINTERFACE
23#include "circt/Conversion/Passes.h.inc"
25std::unique_ptr<mlir::Pass>
28std::unique_ptr<mlir::Pass>
The InstanceGraph op interface, see InstanceGraphInterface.td for more details.
std::unique_ptr< mlir::Pass > createExportSplitChiselInterfacePass(mlir::StringRef outputDirectory="./")
std::unique_ptr< mlir::Pass > createExportChiselInterfacePass()