Manages and processes all the command-line options that are passed to Chisel.
More...
#include <OptionManager.h>
Manages and processes all the command-line options that are passed to Chisel.
void OptionManager::handleOptions |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |
|
static |
void OptionManager::showUsage |
( |
| ) |
|
|
static |
bool OptionManager::Debug = false |
|
static |
std::string OptionManager::InputFile = "" |
|
static |
bool OptionManager::NoCache = false |
|
static |
std::string OptionManager::OracleFile = "" |
|
static |
std::string OptionManager::OutputDir = "chisel-out" |
|
static |
std::string OptionManager::OutputFile = "" |
|
static |
bool OptionManager::Profile = true |
|
static |
bool OptionManager::SaveTemp = false |
|
static |
bool OptionManager::SkipDCE = false |
|
static |
bool OptionManager::SkipDelayLearning = false |
|
static |
bool OptionManager::SkipGlobal = false |
|
static |
bool OptionManager::SkipGlobalDep = false |
|
static |
bool OptionManager::SkipLearning = false |
|
static |
bool OptionManager::SkipLocal = false |
|
static |
bool OptionManager::SkipLocalDep = false |
|
static |
bool OptionManager::Stat = false |
|
static |
The documentation for this class was generated from the following files: