OpenASIP
2.0
|
#include <iostream>
#include "SimulatorToolbox.hh"
#include "SimulatorTextGenerator.hh"
#include "SimulatorConstants.hh"
#include "CmdLineOptions.hh"
#include "SimulatorCmdLineOptions.hh"
Go to the source code of this file.
Variables | |
const std::string | SWL_DEBUG_MODE = "debugmode" |
Long switch string for setting the debug mode. More... | |
const std::string | SWS_DEBUG_MODE = "d" |
Short switch string for setting the debug mode. More... | |
const std::string | SWL_EXECUTE_SCRIPT = "execute-script" |
Long switch string for giving a script to be executed. More... | |
const std::string | SWS_EXECUTE_SCRIPT = "e" |
Short switch string for giving a script to be executed. More... | |
const std::string | SWL_MACHINE_TO_LOAD = "adf" |
Long switch string for giving a machine file. More... | |
const std::string | SWS_MACHINE_TO_LOAD = "a" |
Short switch string for giving a machine file. More... | |
const std::string | SWL_PROGRAM_TO_LOAD = "program" |
Long switch string for giving the program file. More... | |
const std::string | SWS_PROGRAM_TO_LOAD = "p" |
Short switch string for giving the program file. More... | |
const std::string | SWL_FAST_SIM = "quick" |
Long switch string for the fast simulation. More... | |
const std::string | SWS_FAST_SIM = "q" |
Short switch string for the fast simulation. More... | |
const std::string | SWL_CUSTOM_DBG = "custom" |
Long switch string for the custom remote debugger target. More... | |
const std::string | SWS_CUSTOM_DBG = "c" |
Short switch string for the custom remote debugger target. More... | |
const std::string | SWL_REMOTE_DBG = "remote" |
Long switch string for the TCE builtin remote debugger target. More... | |
const std::string | SWS_REMOTE_DBG = "r" |
Short switch string for the TCE builtin remote debugger target. More... | |
Declaration of SimulatorCmdLineOptions.
Definition in file SimulatorCmdLineOptions.cc.
const std::string SWL_CUSTOM_DBG = "custom" |
Long switch string for the custom remote debugger target.
Definition at line 68 of file SimulatorCmdLineOptions.cc.
Referenced by SimulatorCmdLineOptions::backendType(), and SimulatorCmdLineOptions::SimulatorCmdLineOptions().
const std::string SWL_DEBUG_MODE = "debugmode" |
Long switch string for setting the debug mode.
Definition at line 43 of file SimulatorCmdLineOptions.cc.
Referenced by SimulatorCmdLineOptions::debugMode(), and SimulatorCmdLineOptions::SimulatorCmdLineOptions().
const std::string SWL_EXECUTE_SCRIPT = "execute-script" |
Long switch string for giving a script to be executed.
Definition at line 48 of file SimulatorCmdLineOptions.cc.
Referenced by SimulatorCmdLineOptions::scriptString(), and SimulatorCmdLineOptions::SimulatorCmdLineOptions().
const std::string SWL_FAST_SIM = "quick" |
Long switch string for the fast simulation.
Definition at line 63 of file SimulatorCmdLineOptions.cc.
Referenced by SimulatorCmdLineOptions::backendType(), and SimulatorCmdLineOptions::SimulatorCmdLineOptions().
const std::string SWL_MACHINE_TO_LOAD = "adf" |
Long switch string for giving a machine file.
Definition at line 53 of file SimulatorCmdLineOptions.cc.
Referenced by SimulatorCmdLineOptions::SimulatorCmdLineOptions().
const std::string SWL_PROGRAM_TO_LOAD = "program" |
Long switch string for giving the program file.
Definition at line 58 of file SimulatorCmdLineOptions.cc.
Referenced by SimulatorCmdLineOptions::SimulatorCmdLineOptions().
const std::string SWL_REMOTE_DBG = "remote" |
Long switch string for the TCE builtin remote debugger target.
Definition at line 73 of file SimulatorCmdLineOptions.cc.
Referenced by SimulatorCmdLineOptions::backendType(), and SimulatorCmdLineOptions::SimulatorCmdLineOptions().
const std::string SWS_CUSTOM_DBG = "c" |
Short switch string for the custom remote debugger target.
Definition at line 70 of file SimulatorCmdLineOptions.cc.
Referenced by SimulatorCmdLineOptions::SimulatorCmdLineOptions().
const std::string SWS_DEBUG_MODE = "d" |
Short switch string for setting the debug mode.
Definition at line 45 of file SimulatorCmdLineOptions.cc.
Referenced by SimulatorCmdLineOptions::SimulatorCmdLineOptions().
const std::string SWS_EXECUTE_SCRIPT = "e" |
Short switch string for giving a script to be executed.
Definition at line 50 of file SimulatorCmdLineOptions.cc.
Referenced by SimulatorCmdLineOptions::SimulatorCmdLineOptions().
const std::string SWS_FAST_SIM = "q" |
Short switch string for the fast simulation.
Definition at line 65 of file SimulatorCmdLineOptions.cc.
Referenced by SimulatorCmdLineOptions::SimulatorCmdLineOptions().
const std::string SWS_MACHINE_TO_LOAD = "a" |
Short switch string for giving a machine file.
Definition at line 55 of file SimulatorCmdLineOptions.cc.
Referenced by SimulatorCmdLineOptions::machineFile(), and SimulatorCmdLineOptions::SimulatorCmdLineOptions().
const std::string SWS_PROGRAM_TO_LOAD = "p" |
Short switch string for giving the program file.
Definition at line 60 of file SimulatorCmdLineOptions.cc.
Referenced by SimulatorCmdLineOptions::programFile(), and SimulatorCmdLineOptions::SimulatorCmdLineOptions().
const std::string SWS_REMOTE_DBG = "r" |
Short switch string for the TCE builtin remote debugger target.
Definition at line 75 of file SimulatorCmdLineOptions.cc.
Referenced by SimulatorCmdLineOptions::SimulatorCmdLineOptions().