OpenASIP  2.0
Variables
ProGeCmdLineOptions.cc File Reference
#include <iostream>
#include <sstream>
#include "ProGeCmdLineOptions.hh"
#include "tce_config.h"
Include dependency graph for ProGeCmdLineOptions.cc:

Go to the source code of this file.

Variables

const string BEM_PARAM_NAME = "bem"
 
const string IDF_PARAM_NAME = "idf"
 
const string ICDECODER_PARAM_NAME = "gen"
 
const string HDL_PARAM_NAME = "hdl"
 
const string OUTPUTDIR_PARAM_NAME = "output"
 
const string SHARED_OUTPUTDIR_PARAM_NAME = "shared-files-dir"
 
const string PLUGIN_PARAMETERS_PARAM_NAME = "pluginparameters"
 
const string INTEGRATOR_NAME = "integrator"
 
const string IMEM_TYPE = "imem"
 
const string DMEM_TYPE = "dmem"
 
const string CLK_FREQUENCY = "clock-frequency"
 
const string TPEF_NAME = "program"
 
const string ENTITY_NAME = "entity-name"
 
const string USE_ABSOLUTE_PATHS = "absolute-paths"
 
const string LIST_INTEGRATORS = "list-integrators"
 
const string DEVICE_FAMILY = "device-family"
 
const string DEVICE_NAME = "device-name"
 
const string GENERATE_TESTBENCH = "generate-testbench"
 
const string SIMULATION_RUNTIME = "sim-runtime"
 
const string FORCE_OUTPUT = "force-output"
 
const string FU_ICGATE_LIST = "fu-ic-gate"
 
const string SYNC_RESET = "sync-reset"
 
const string HDB_LIST = "hdb-list"
 
const string ICD_ARG_LIST = "icd-arg-list"
 
const string PREFER_GEN = "prefer-generation"
 
const string RF_ICGATE_LIST = "rf-ic-gate"
 
const string DONT_RESET_ALL = "dont-reset-all"
 
const string FU_BACKREGISTER_LIST = "fu-back-register"
 
const string FU_FRONTREGISTER_LIST = "fu-front-register"
 
const string FU_MIDDLEREGISTER_LIST = "fu-middle-register"
 

Detailed Description

Implementation of ProGeCmdLineOptions class.

Author
Lasse Laasonen 2005 (lasse.laasonen-no.spam-tut.fi)
Otto Esko 2008 (otto.esko-no.spam-tut.fi)
Note
rating: red

Definition in file ProGeCmdLineOptions.cc.

Variable Documentation

◆ BEM_PARAM_NAME

const string BEM_PARAM_NAME = "bem"

◆ CLK_FREQUENCY

const string CLK_FREQUENCY = "clock-frequency"

◆ DEVICE_FAMILY

const string DEVICE_FAMILY = "device-family"

◆ DEVICE_NAME

const string DEVICE_NAME = "device-name"

◆ DMEM_TYPE

const string DMEM_TYPE = "dmem"

◆ DONT_RESET_ALL

const string DONT_RESET_ALL = "dont-reset-all"

◆ ENTITY_NAME

const string ENTITY_NAME = "entity-name"

◆ FORCE_OUTPUT

const string FORCE_OUTPUT = "force-output"

◆ FU_BACKREGISTER_LIST

const string FU_BACKREGISTER_LIST = "fu-back-register"

◆ FU_FRONTREGISTER_LIST

const string FU_FRONTREGISTER_LIST = "fu-front-register"

◆ FU_ICGATE_LIST

const string FU_ICGATE_LIST = "fu-ic-gate"

◆ FU_MIDDLEREGISTER_LIST

const string FU_MIDDLEREGISTER_LIST = "fu-middle-register"

◆ GENERATE_TESTBENCH

const string GENERATE_TESTBENCH = "generate-testbench"

◆ HDB_LIST

const string HDB_LIST = "hdb-list"

◆ HDL_PARAM_NAME

const string HDL_PARAM_NAME = "hdl"

◆ ICD_ARG_LIST

const string ICD_ARG_LIST = "icd-arg-list"

◆ ICDECODER_PARAM_NAME

const string ICDECODER_PARAM_NAME = "gen"

Definition at line 45 of file ProGeCmdLineOptions.cc.

◆ IDF_PARAM_NAME

const string IDF_PARAM_NAME = "idf"

◆ IMEM_TYPE

const string IMEM_TYPE = "imem"

◆ INTEGRATOR_NAME

const string INTEGRATOR_NAME = "integrator"

◆ LIST_INTEGRATORS

const string LIST_INTEGRATORS = "list-integrators"

◆ OUTPUTDIR_PARAM_NAME

const string OUTPUTDIR_PARAM_NAME = "output"

◆ PLUGIN_PARAMETERS_PARAM_NAME

const string PLUGIN_PARAMETERS_PARAM_NAME = "pluginparameters"

◆ PREFER_GEN

const string PREFER_GEN = "prefer-generation"

◆ RF_ICGATE_LIST

const string RF_ICGATE_LIST = "rf-ic-gate"

◆ SHARED_OUTPUTDIR_PARAM_NAME

const string SHARED_OUTPUTDIR_PARAM_NAME = "shared-files-dir"

◆ SIMULATION_RUNTIME

const string SIMULATION_RUNTIME = "sim-runtime"

◆ SYNC_RESET

const string SYNC_RESET = "sync-reset"

◆ TPEF_NAME

const string TPEF_NAME = "program"

◆ USE_ABSOLUTE_PATHS

const string USE_ABSOLUTE_PATHS = "absolute-paths"