|
OpenASIP 2.2
|

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" |
Implementation of ProGeCmdLineOptions class.
Definition in file ProGeCmdLineOptions.cc.
| const string BEM_PARAM_NAME = "bem" |
Definition at line 43 of file ProGeCmdLineOptions.cc.
Referenced by ProGeCmdLineOptions::bemFile(), and ProGeCmdLineOptions::ProGeCmdLineOptions().
| const string CLK_FREQUENCY = "clock-frequency" |
Definition at line 53 of file ProGeCmdLineOptions.cc.
Referenced by ProGeCmdLineOptions::clockFrequency(), and ProGeCmdLineOptions::ProGeCmdLineOptions().
| const string DEVICE_FAMILY = "device-family" |
Definition at line 58 of file ProGeCmdLineOptions.cc.
Referenced by ProGeCmdLineOptions::deviceFamilyName(), and ProGeCmdLineOptions::ProGeCmdLineOptions().
| const string DEVICE_NAME = "device-name" |
Definition at line 59 of file ProGeCmdLineOptions.cc.
Referenced by ProGeCmdLineOptions::deviceName(), and ProGeCmdLineOptions::ProGeCmdLineOptions().
| const string DMEM_TYPE = "dmem" |
Definition at line 52 of file ProGeCmdLineOptions.cc.
Referenced by ProGeCmdLineOptions::dmemType(), and ProGeCmdLineOptions::ProGeCmdLineOptions().
| const string DONT_RESET_ALL = "dont-reset-all" |
Definition at line 69 of file ProGeCmdLineOptions.cc.
Referenced by ProGeCmdLineOptions::ProGeCmdLineOptions(), and ProGeCmdLineOptions::resetAllRegisters().
| const string ENTITY_NAME = "entity-name" |
Definition at line 55 of file ProGeCmdLineOptions.cc.
| const string FORCE_OUTPUT = "force-output" |
Definition at line 62 of file ProGeCmdLineOptions.cc.
Referenced by ProGeCmdLineOptions::forceOutputDirectory(), and ProGeCmdLineOptions::ProGeCmdLineOptions().
| const string FU_BACKREGISTER_LIST = "fu-back-register" |
Definition at line 70 of file ProGeCmdLineOptions.cc.
Referenced by ProGeCmdLineOptions::fuBackRegistered(), and ProGeCmdLineOptions::ProGeCmdLineOptions().
| const string FU_FRONTREGISTER_LIST = "fu-front-register" |
Definition at line 71 of file ProGeCmdLineOptions.cc.
Referenced by ProGeCmdLineOptions::fuFrontRegistered(), and ProGeCmdLineOptions::ProGeCmdLineOptions().
| const string FU_ICGATE_LIST = "fu-ic-gate" |
Definition at line 63 of file ProGeCmdLineOptions.cc.
Referenced by ProGeCmdLineOptions::fuIcGateList(), and ProGeCmdLineOptions::ProGeCmdLineOptions().
| const string FU_MIDDLEREGISTER_LIST = "fu-middle-register" |
Definition at line 72 of file ProGeCmdLineOptions.cc.
Referenced by ProGeCmdLineOptions::fuMiddleRegistered(), and ProGeCmdLineOptions::ProGeCmdLineOptions().
| const string GENERATE_TESTBENCH = "generate-testbench" |
Definition at line 60 of file ProGeCmdLineOptions.cc.
Referenced by ProGeCmdLineOptions::generateTestbench(), and ProGeCmdLineOptions::ProGeCmdLineOptions().
| const string HDB_LIST = "hdb-list" |
Definition at line 65 of file ProGeCmdLineOptions.cc.
Referenced by ProGeCmdLineOptions::hdbList(), and ProGeCmdLineOptions::ProGeCmdLineOptions().
| const string HDL_PARAM_NAME = "hdl" |
Definition at line 46 of file ProGeCmdLineOptions.cc.
Referenced by ProGeCmdLineOptions::hdl(), and ProGeCmdLineOptions::ProGeCmdLineOptions().
| const string ICD_ARG_LIST = "icd-arg-list" |
Definition at line 66 of file ProGeCmdLineOptions.cc.
Referenced by ProGeCmdLineOptions::icdArgList(), and ProGeCmdLineOptions::ProGeCmdLineOptions().
| const string ICDECODER_PARAM_NAME = "gen" |
Definition at line 45 of file ProGeCmdLineOptions.cc.
| const string IDF_PARAM_NAME = "idf" |
Definition at line 44 of file ProGeCmdLineOptions.cc.
Referenced by ProGeCmdLineOptions::idfFile(), and ProGeCmdLineOptions::ProGeCmdLineOptions().
| const string IMEM_TYPE = "imem" |
Definition at line 51 of file ProGeCmdLineOptions.cc.
Referenced by ProGeCmdLineOptions::imemType(), and ProGeCmdLineOptions::ProGeCmdLineOptions().
| const string INTEGRATOR_NAME = "integrator" |
Definition at line 50 of file ProGeCmdLineOptions.cc.
Referenced by ProGeCmdLineOptions::integratorName(), and ProGeCmdLineOptions::ProGeCmdLineOptions().
| const string LIST_INTEGRATORS = "list-integrators" |
Definition at line 57 of file ProGeCmdLineOptions.cc.
Referenced by ProGeCmdLineOptions::listAvailableIntegrators(), and ProGeCmdLineOptions::ProGeCmdLineOptions().
| const string OUTPUTDIR_PARAM_NAME = "output" |
Definition at line 47 of file ProGeCmdLineOptions.cc.
Referenced by ProGeCmdLineOptions::outputDirectory(), and ProGeCmdLineOptions::ProGeCmdLineOptions().
| const string PLUGIN_PARAMETERS_PARAM_NAME = "pluginparameters" |
Definition at line 49 of file ProGeCmdLineOptions.cc.
Referenced by ProGeCmdLineOptions::pluginParametersQuery(), and ProGeCmdLineOptions::ProGeCmdLineOptions().
| const string PREFER_GEN = "prefer-generation" |
Definition at line 67 of file ProGeCmdLineOptions.cc.
Referenced by ProGeCmdLineOptions::preferHDLGeneration(), and ProGeCmdLineOptions::ProGeCmdLineOptions().
| const string RF_ICGATE_LIST = "rf-ic-gate" |
Definition at line 68 of file ProGeCmdLineOptions.cc.
Referenced by ProGeCmdLineOptions::ProGeCmdLineOptions(), and ProGeCmdLineOptions::rfIcGateList().
| const string SHARED_OUTPUTDIR_PARAM_NAME = "shared-files-dir" |
Definition at line 48 of file ProGeCmdLineOptions.cc.
Referenced by ProGeCmdLineOptions::ProGeCmdLineOptions(), and ProGeCmdLineOptions::sharedOutputDirectory().
| const string SIMULATION_RUNTIME = "sim-runtime" |
Definition at line 61 of file ProGeCmdLineOptions.cc.
Referenced by ProGeCmdLineOptions::ProGeCmdLineOptions(), and ProGeCmdLineOptions::simulationRuntime().
| const string SYNC_RESET = "sync-reset" |
Definition at line 64 of file ProGeCmdLineOptions.cc.
Referenced by ProGeCmdLineOptions::asyncReset(), ProGeCmdLineOptions::ProGeCmdLineOptions(), and ProGeCmdLineOptions::syncReset().
| const string TPEF_NAME = "program" |
Definition at line 54 of file ProGeCmdLineOptions.cc.
Referenced by ProGeCmdLineOptions::ProGeCmdLineOptions(), and ProGeCmdLineOptions::tpefName().
| const string USE_ABSOLUTE_PATHS = "absolute-paths" |
Definition at line 56 of file ProGeCmdLineOptions.cc.
Referenced by ProGeCmdLineOptions::ProGeCmdLineOptions(), and ProGeCmdLineOptions::useAbsolutePaths().