CIRCT 22.0.0git
Loading...
Searching...
No Matches
Public Attributes | List of all members
circt::aiger::ImportAIGEROptions Struct Reference

Options for AIGER import. More...

#include <ImportAIGER.h>

Collaboration diagram for circt::aiger::ImportAIGEROptions:
Collaboration graph
[legend]

Public Attributes

std::string topLevelModule = "aiger_top"
 The name to use for the top-level module.
 

Detailed Description

Options for AIGER import.

Definition at line 29 of file ImportAIGER.h.

Member Data Documentation

◆ topLevelModule

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.


The documentation for this struct was generated from the following file: