CIRCT
20.0.0git
|
Emission options for the ExportSMTLIB pass. More...
#include <ExportSMTLIB.h>
Public Attributes | |
bool | inlineSingleUseValues = false |
bool | indentLetBody = false |
Emission options for the ExportSMTLIB pass.
Allows controlling the emitted format and overall behavior.
Definition at line 23 of file ExportSMTLIB.h.
bool circt::ExportSMTLIB::SMTEmissionOptions::indentLetBody = false |
Definition at line 28 of file ExportSMTLIB.h.
bool circt::ExportSMTLIB::SMTEmissionOptions::inlineSingleUseValues = false |
Definition at line 26 of file ExportSMTLIB.h.
Referenced by circt::ExportSMTLIB::registerExportSMTLIBTranslation().