|
OpenASIP 2.2
|
#include <DisassemblyFUPort.hh>


Public Member Functions | |
| DisassemblyFUPort (std::string fuName, std::string port) | |
| virtual | ~DisassemblyFUPort () |
| virtual std::string | toString () const |
Public Member Functions inherited from DisassemblyElement | |
| virtual | ~DisassemblyElement () |
Private Attributes | |
| std::string | fuName_ |
| Name of the function unit. | |
| std::string | port_ |
| Name of the function unit port. | |
Additional Inherited Members | |
Protected Member Functions inherited from DisassemblyElement | |
| DisassemblyElement () | |
Represents a function unit port in the disassembler.
Definition at line 41 of file DisassemblyFUPort.hh.
| DisassemblyFUPort::DisassemblyFUPort | ( | std::string | fuName, |
| std::string | port | ||
| ) |
The constructor.
| fuName | Name of the function unit. |
| port | Name of the function unit port. |
Definition at line 41 of file DisassemblyFUPort.cc.
|
virtual |
|
virtual |
Returns disassembly of the function unit port.
Implements DisassemblyElement.
Definition at line 61 of file DisassemblyFUPort.cc.
References fuName_, and port_.
Referenced by SimulatorFrontend::compareState(), InfoPortsCommand::execute(), and TTAProgram::TerminalFUPort::toString().
|
private |
Name of the function unit.
Definition at line 48 of file DisassemblyFUPort.hh.
Referenced by toString().
|
private |
Name of the function unit port.
Definition at line 50 of file DisassemblyFUPort.hh.
Referenced by toString().