|
CIRCT 22.0.0git
|
Options for AIGER export. More...
#include <ExportAIGER.h>

Public Attributes | |
| bool | binaryFormat = false |
| Whether to export in binary format (aig) or ASCII format (aag). | |
| bool | includeSymbolTable = true |
| Whether to include symbol table in the output. | |
Options for AIGER export.
Definition at line 63 of file ExportAIGER.h.
| bool circt::aiger::ExportAIGEROptions::binaryFormat = false |
Whether to export in binary format (aig) or ASCII format (aag).
Default is ASCII format.
Definition at line 66 of file ExportAIGER.h.
Referenced by circt::aiger::registerExportAIGERTranslation().
| bool circt::aiger::ExportAIGEROptions::includeSymbolTable = true |
Whether to include symbol table in the output.
Default is true.
Definition at line 70 of file ExportAIGER.h.
Referenced by circt::aiger::registerExportAIGERTranslation().