OpenASIP
2.0
|
#include "BaseType.hh"
Go to the source code of this file.
Macros | |
#define | SIM_COMMAND_PROMPT "(ttasim) " |
The command prompt of the simulator interpreter. More... | |
#define | SIM_INTERP_QUIT_COMMAND "quit" |
The command used to quit the command line interface. More... | |
#define | SIM_INIT_FILE_NAME ".ttasim-init" |
The initialization script file name. More... | |
#define | SIM_DEFAULT_COMMAND_LOG ".ttasim-history" |
The default command log file name. More... | |
#define | SIM_CLI_TITLE "ttasim - TTA simulator command line interface" |
The full title name of the CLI application. More... | |
Typedefs | |
typedef CycleCount | ClockCycleCount |
Alias for ClockCycleCount. More... | |
Enumerations | |
enum | StopReason { SRE_AFTER_STEPPING, SRE_AFTER_UNTIL, SRE_AFTER_TIMEOUT, SRE_BREAKPOINT, SRE_USER_REQUESTED, SRE_RUNTIME_ERROR } |
The reasons to stop simulation. More... | |
Definitions of constants and types used in simulator engine and its user interfaces.
Definition in file SimulatorConstants.hh.
#define SIM_CLI_TITLE "ttasim - TTA simulator command line interface" |
The full title name of the CLI application.
Definition at line 54 of file SimulatorConstants.hh.
#define SIM_COMMAND_PROMPT "(ttasim) " |
The command prompt of the simulator interpreter.
Definition at line 42 of file SimulatorConstants.hh.
#define SIM_DEFAULT_COMMAND_LOG ".ttasim-history" |
The default command log file name.
Definition at line 51 of file SimulatorConstants.hh.
#define SIM_INIT_FILE_NAME ".ttasim-init" |
The initialization script file name.
Definition at line 48 of file SimulatorConstants.hh.
#define SIM_INTERP_QUIT_COMMAND "quit" |
The command used to quit the command line interface.
Definition at line 45 of file SimulatorConstants.hh.
typedef CycleCount ClockCycleCount |
Alias for ClockCycleCount.
Definition at line 57 of file SimulatorConstants.hh.
enum StopReason |
The reasons to stop simulation.
Definition at line 60 of file SimulatorConstants.hh.