33#ifndef TTA_PIG_CMD_LINE_OPTIONS_HH
34#define TTA_PIG_CMD_LINE_OPTIONS_HH
48 std::string
tpefFile(
int index)
const;
virtual void printHelp() const
std::string programImageOutputFormat() const
std::string compressorPlugin() const
std::string dataImageOutputFormat() const
int dataMemoryWidthInMAUs() const
static const std::string DI_FORMAT_PARAM_NAME
Long name of the data image output format parameter.
std::string entityName() const
std::string tpefFile(int index) const
bool showCompressors() const
bool generateDataImages() const
bool generateDecompressor() const
static const std::string COMPRESSOR_PARAMS_PARAM_NAME
Long name of parameter passed to code compressor plugin.
int tpefFileCount() const
static const std::string PI_FORMAT_PARAM_NAME
Long name of the program image output format parameter.
std::string compressorParameter(int index) const
static const std::string GEN_DECOMP_PARAM_NAME
Long name of the parameter that tells whether to generate decompressor or not.
static const std::string TPEF_PARAM_NAME
Long name of the TPEF file parameter.
static const std::string COMPRESSOR_PARAM_NAME
Long name of the plugin file parameter.
int compressorParameterCount() const
static const std::string DMEM_WIDTH_IN_MAUS_PARAM_NAME
Long name of the parameter that tells the width of data mem in MAUs.
static const std::string HDL_OUTPUT_DIR
Long name of the parameter which tells the proge-output dir.
CmdLineOptionParser * dataStart() const
static const std::string DATA_IMG_PARAM_NAME
Long name of the parameter that defines whether to create data images.
static const std::string BEM_PARAM_NAME
Long name of the BEM file parameter.
std::string progeOutputDirectory() const
virtual ~PIGCmdLineOptions()
virtual void printVersion() const
std::string bemFile() const
static const std::string IMEM_WIDTH_IN_MAUS_PARAM_NAME
Long name of the paramter that tells the width of inst mem in MAUs.
static const std::string DATA_START
static const std::string SHOW_COMPRESSORS_PARAM_NAME
Long name of the parameter that tells whether to show compressors.