CIRCT 22.0.0git
|
Options for AIGER import. More...
#include <ImportAIGER.h>
Public Attributes | |
std::string | topLevelModule = "aiger_top" |
The name to use for the top-level module. | |
Options for AIGER import.
Definition at line 29 of file ImportAIGER.h.
std::string circt::aiger::ImportAIGEROptions::topLevelModule = "aiger_top" |
The name to use for the top-level module.
If empty, a default name will be generated.
Definition at line 32 of file ImportAIGER.h.