CIRCT
20.0.0git
|
#include "mlir/IR/BuiltinOps.h"
#include "mlir/Pass/Pass.h"
#include "circt/Conversion/Passes.h.inc"
Go to the source code of this file.
Namespaces | |
circt | |
The InstanceGraph op interface, see InstanceGraphInterface.td for more details. | |
Macros | |
#define | GEN_PASS_DECL_EXPORTCHISELINTERFACE |
#define | GEN_PASS_DECL_EXPORTSPLITCHISELINTERFACE |
Functions | |
std::unique_ptr< mlir::Pass > | circt::createExportChiselInterfacePass (llvm::raw_ostream &os) |
std::unique_ptr< mlir::Pass > | circt::createExportSplitChiselInterfacePass (mlir::StringRef outputDirectory="./") |
std::unique_ptr< mlir::Pass > | circt::createExportChiselInterfacePass () |
#define GEN_PASS_DECL_EXPORTCHISELINTERFACE |
Definition at line 21 of file ExportChiselInterface.h.
#define GEN_PASS_DECL_EXPORTSPLITCHISELINTERFACE |
Definition at line 22 of file ExportChiselInterface.h.