|
CIRCT 22.0.0git
|


Go to the source code of this file.
Classes | |
| struct | circt::aiger::ImportAIGEROptions |
| Options for AIGER import. More... | |
Namespaces | |
| namespace | mlir |
| namespace | circt |
| The InstanceGraph op interface, see InstanceGraphInterface.td for more details. | |
| namespace | circt::aiger |
Functions | |
| mlir::LogicalResult | circt::aiger::importAIGER (llvm::SourceMgr &sourceMgr, mlir::MLIRContext *context, mlir::TimingScope &ts, mlir::ModuleOp module, const ImportAIGEROptions *options=nullptr) |
| Parse an AIGER file and populate the given MLIR module with corresponding AIG dialect operations. | |
| void | circt::aiger::registerImportAIGERTranslation () |
Register the import-aiger MLIR translation. | |