OpenASIP
2.0
|
Public Member Functions | |
InfoPortsCommand (SimControlLanguageCommand &parentCommand) | |
virtual | ~InfoPortsCommand () |
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 ports".
Definition at line 501 of file InfoCommand.cc.
|
inline |
Constructor.
Definition at line 506 of file InfoCommand.cc.
|
inlinevirtual |
|
inlinevirtual |
Executes the "info ports" command.
"info ports" prints info of FU ports.
arguments | No arguments should be given. |
Implements SimControlLanguageSubCommand.
Definition at line 524 of file InfoCommand.cc.
References TTAMachine::Machine::controlUnit(), TTAMachine::Machine::functionUnitNavigator(), SimulatorFrontend::FUPortValue(), TTAMachine::Machine::Navigator< ComponentType >::hasItem(), CustomCommand::interpreter(), SimValue::intValue(), TTAMachine::Machine::Navigator< ComponentType >::item(), SimulatorFrontend::machine(), TTAMachine::Port::name(), TTAMachine::Component::name(), SimControlLanguageSubCommand::parent(), TTAMachine::FunctionUnit::port(), TTAMachine::Unit::portCount(), InfoRegistersCommand::registerDescription(), ScriptInterpreter::setError(), ScriptInterpreter::setResult(), SimControlLanguageCommand::simulatorFrontend(), SimulatorToolbox::textGenerator(), DisassemblyFUPort::toString(), Texts::TXT_FU_NOT_FOUND, and Texts::TXT_FUPORT_NOT_FOUND.