OpenASIP  2.0
Variables
SimulatorCmdLineOptions.cc File Reference
#include <iostream>
#include "SimulatorToolbox.hh"
#include "SimulatorTextGenerator.hh"
#include "SimulatorConstants.hh"
#include "CmdLineOptions.hh"
#include "SimulatorCmdLineOptions.hh"
Include dependency graph for SimulatorCmdLineOptions.cc:

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...
 

Detailed Description

Declaration of SimulatorCmdLineOptions.

Author
Pekka Jääskeläinen 2005 (pjaaskel-no.spam-cs.tut.fi)
Viljami Korhonen 2007 (viljami.korhonen-no.spam-tut.fi)
Note
rating: red

Definition in file SimulatorCmdLineOptions.cc.

Variable Documentation

◆ SWL_CUSTOM_DBG

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().

◆ SWL_DEBUG_MODE

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().

◆ SWL_EXECUTE_SCRIPT

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().

◆ SWL_FAST_SIM

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().

◆ SWL_MACHINE_TO_LOAD

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().

◆ SWL_PROGRAM_TO_LOAD

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().

◆ SWL_REMOTE_DBG

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().

◆ SWS_CUSTOM_DBG

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().

◆ SWS_DEBUG_MODE

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().

◆ SWS_EXECUTE_SCRIPT

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().

◆ SWS_FAST_SIM

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().

◆ SWS_MACHINE_TO_LOAD

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().

◆ SWS_PROGRAM_TO_LOAD

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().

◆ SWS_REMOTE_DBG

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().