Go to the documentation of this file.
50 "New Register Window";
80 "procedure_transfer_tracking";
83 "fu_conflict_detection";
91 "profile_data_saving";
93 "utilization_data_saving";
95 "next_instruction_printing";
97 "simulation_time_statistics";
101 "Function Unit Port: ";
117 "Operation executions: ";
122 "Immediate registers:";
125 _T(
"Component details:");
127 _T(
"Component utilization:");
135 _T(
"Portions of this program are copyright\n"
137 "Xerces (c) 1999-2005 The Apache Software\n"
138 "wxWidgets (c) 1998 Julian Smart, Robert Roebling \n"
139 "Tcl (c) 1998-1999 by Scriptics Corporation\n"
140 "Editline (c) 1997 The NetBSD Foundation, Inc.\n"
141 "Boost C++ Libraries (c) 2003 Beman Dawes, David Abrahams\n"
143 "For more information see User manual chapter \"Copyright notices\""
static const std::string COMMAND_NAME_NEXTI
Name of the next instruction command.
static const std::string SCL_DELIM
Command delimeter for the simulator commands.
static const std::string SCL_INFO_IMMEDIATES
Command for displaying immediate unit info.
static const std::string COMMAND_NAME_CLEAR_CONSOLE
Name of the clear console command.
static const std::string SCL_NEXT_INSTRUCTION
Command for advancing simulation to the next instruction in the prog.
static const wxString MACH_WIN_UTILIZATION_TITLE
Execution count title for the machine state window.
static const std::string COMMAND_NAME_NEW_PORT_WINDOW
Name of the new port window command.
static const std::string SCL_SETTING_RF_TRACE
Name of the rf access trace setting.
static const std::string CONFIGURATION_NAME
Configuration file top-level element name.
static const std::string COMMAND_NAME_SET_BP
Name of the set breakpoint command.
static const std::string SCL_SET
Command for configuring simulator settings.
static const std::string MACH_WIN_BUS_WRITES_LABEL
Label for the machine state window bus write count..
static const std::string COMMAND_NAME_OPEN_PROGRAM
Name of the open program command.
static const std::string SCL_SET_IGNORE_COUNT
Command for setting stop point ignore count.
static const std::string COMMAND_NAME_QUIT
Name of the quit command.
static const std::string SCL_SETTING_FU_CONFLICT_DETECTION
Name of the fu conflict detection setting.
static const std::string COMMAND_NAME_EDIT_OPTIONS
Name of the edit options command.
static const std::string PROXIM_TITLE
Application title.
static const std::string PROXIM_VERSION
Version string.
static const std::string MACH_WIN_EXECUTION_COUNT_LABEL
Execution count title for the machine state window.
static const std::string SCL_LOAD_MACHINE
Command for loading a new machine in the simulator.
static const std::string SCL_STEP_INSTRUCTION
Command for stepping an instruction.
static const std::string COMMAND_NAME_STEPI
Name of the step instruction command.
static const std::string COMMAND_NAME_KILL
Name of the kill command.
static const std::string SCL_RUN_UNTIL
Command for running until specified instruciton is encoutnered.
static const std::string MACH_WIN_BUS_LABEL
Label precing bus names in the machine state window.
static const std::string MACH_WIN_FU_PORT_LABEL
Label precing function unit port names in the machine state window.
static const std::string MACH_WIN_RF_LABEL
Label precing register file names in the machine state window.
static const std::string COMMAND_NAME_FIND
Name of the find command.
static const std::string MACH_WIN_REGISTERS_TITLE
Title for the machine state window register file register list.
static const std::string SCL_SETTING_NEXT_INSTRUCTION_PRINTING
Name of the fu next insturction printing setting.
static const std::string MACH_WIN_SOCKET_LABEL
Label precing socket names in the machine state window.
static const std::string MACH_WIN_BUS_VALUE_LABEL
Label for the machine state window bus value.
static const std::string MACH_WIN_IMMEDIATES_TITLE
Title for the machine state window immediate unit immediates list.
static const std::string MACH_WIN_TRIGGER_COUNT_LABEL
Trigger count label for the machine state window.
static const std::string SCL_SETTING_EXEC_TRACE
Name of the execution trace setting.
static const std::string COMMAND_NAME_OPEN_MACHINE
Name of the open machine command.
static const std::string COMMAND_NAME_SIMULATOR_SETTINGS
Name of the simulator settings command.
static const std::string COMMAND_NAME_UNTIL
Name of the until command.
static const std::string COMMAND_NAME_RUN
Name of the run command.
static const std::string COMMAND_NAME_CD
Name of the change directory command.
static const std::string SCL_SETTING_HISTORY_FILE
Name of the input history file name setting.
static const std::string MACH_WIN_IU_LABEL
Label precing immediate unit names in the machine state window.
static const std::string SCL_SET_BREAKPOINT
Command for setting breakpoints in the simulator control language.
static const std::string COMMAND_NAME_ABOUT
Name of the about command.
static const wxString PROXIM_COPYRIGHT
Copyright string.
static const std::string SCL_INFO_REGISTERS
Command for displaying register file info.
static const std::string SCL_SETTING_HISTORY_SIZE
Name of the input history size setting.
static const std::string SCL_QUIT
Command for quiting the simulation.
static const std::string MACH_WIN_GCU_LABEL
Label for the global control unit in the machine state window.
static const std::string SCL_SETTING_HISTORY_SAVE
Name of the input history saving setting,.
static const std::string SCL_LOAD_PROGRAM
Command for loading a new program in the simulator.
static const std::string SCL_SETTING_PROFILE_DATA_SAVING
Name of the profile data saving setting.
static const std::string SCL_ADD_WATCH
Command for adding watches in the simulator control language.
static const std::string MACH_WIN_PORTS_TITLE
Title for the machine state window ports list.
static const std::string MACH_WIN_FU_LABEL
Label precing function unit names in the machine state window.
static const std::string SCL_SETTING_UTILIZATION_DATA_SAVING
Name of the utilization data saving setting.
static const std::string COMMAND_NAME_RESUME
Name of the resume command.
static const std::string SCL_LOAD_CONF
Command for loading a new machine configuration file in the simulator.
static const std::string MACH_WIN_PORT_LABEL
Label precing port names in the machine state window.
static const std::string COMMAND_NAME_EXECUTE_FILE
Name of the execute file command.
static const std::string MACH_WIN_SOCKET_WRITES_LABEL
Label for the machine state window socket write count.
static const std::string SCL_SET_CONDITION
Command for setting stop point condition in simulator control language.
static const std::string SCL_SETTING_BUS_TRACE
Name of the bus trace setting.
static const std::string SCL_SETTING_SIMULATION_TIME_STATISTICS
Name of the simulation time statistics setting.
static const std::string SCL_SETTING_PROCEDURE_TRANSFER_TRACE
Name of the procedure transfer trace setting.
static const std::string SCL_SET_TEMP_BP
Command for setting temporary breakpointss in the sim.con.language.
static const std::string COMMAND_NAME_NEW_REGISTER_WINDOW
Name of the new register window command.
static const wxString MACH_WIN_DETAILS_TITLE
Execution count title for the machine state window.