CIRCT
18.0.0git
|
#include <FIRParser.h>
Public Types | |
enum class | InfoLocHandling { IgnoreInfo , PreferInfo , FusedInfo } |
Specify how @info locators should be handled. More... | |
Public Attributes | |
InfoLocHandling | infoLocatorHandling = InfoLocHandling::PreferInfo |
unsigned | numAnnotationFiles |
The number of annotation files that were specified on the command line. More... | |
bool | scalarizeTopModule = false |
bool | scalarizeExtModules = false |
Definition at line 31 of file FIRParser.h.
|
strong |
Specify how @info locators should be handled.
Definition at line 33 of file FIRParser.h.
InfoLocHandling circt::firrtl::FIRParserOptions::infoLocatorHandling = InfoLocHandling::PreferInfo |
Definition at line 43 of file FIRParser.h.
unsigned circt::firrtl::FIRParserOptions::numAnnotationFiles |
The number of annotation files that were specified on the command line.
This, along with numOMIRFiles provides structure to the buffers in the source manager.
Definition at line 48 of file FIRParser.h.
bool circt::firrtl::FIRParserOptions::scalarizeExtModules = false |
Definition at line 50 of file FIRParser.h.
bool circt::firrtl::FIRParserOptions::scalarizeTopModule = false |
Definition at line 49 of file FIRParser.h.