OpenASIP
2.0
|
Public Member Functions | |
InfoRegFilesCommand (SimControlLanguageCommand &parentCommand) | |
virtual | ~InfoRegFilesCommand () |
virtual bool | execute (const std::vector< DataObject > &arguments) |
Public Member Functions inherited from SimControlLanguageSubCommand | |
SimControlLanguageSubCommand (SimControlLanguageCommand &parentCommand) | |
virtual | ~SimControlLanguageSubCommand () |
virtual SimControlLanguageCommand & | parent () |
Implementation of "info regfiles".
Definition at line 305 of file InfoCommand.cc.
|
inline |
Constructor.
Definition at line 310 of file InfoCommand.cc.
|
inlinevirtual |
|
inlinevirtual |
Executes the "info regfiles" command.
"info regfiles" prints the names of all the register files in the machine.
arguments | No arguments should be given. |
Implements SimControlLanguageSubCommand.
Definition at line 329 of file InfoCommand.cc.
References TTAMachine::Machine::Navigator< ComponentType >::count(), CustomCommand::interpreter(), TTAMachine::Machine::Navigator< ComponentType >::item(), SimulatorFrontend::machine(), SimControlLanguageSubCommand::parent(), TTAMachine::Machine::registerFileNavigator(), ScriptInterpreter::setResult(), and SimControlLanguageCommand::simulatorFrontend().