|
OpenASIP 2.2
|
#include <DisassemblyFUOpcodePort.hh>


Public Member Functions | |
| DisassemblyFUOpcodePort (std::string fuName, std::string port, std::string opName) | |
| virtual | ~DisassemblyFUOpcodePort () |
| 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. | |
| std::string | opName_ |
| Name of the operation. | |
Additional Inherited Members | |
Protected Member Functions inherited from DisassemblyElement | |
| DisassemblyElement () | |
Definition at line 38 of file DisassemblyFUOpcodePort.hh.
| DisassemblyFUOpcodePort::DisassemblyFUOpcodePort | ( | std::string | fuName, |
| std::string | port, | ||
| std::string | opName | ||
| ) |
The constructor.
| fuName | Name of the function unit. |
| port | Name of the function unit port. |
| opName | Name of the operation. |
Definition at line 45 of file DisassemblyFUOpcodePort.cc.
|
virtual |
|
virtual |
Returns disassembly of the opcode port.
Implements DisassemblyElement.
Definition at line 67 of file DisassemblyFUOpcodePort.cc.
References fuName_, opName_, and port_.
Referenced by TTAProgram::TerminalFUPort::toString().
|
private |
Name of the function unit.
Definition at line 46 of file DisassemblyFUOpcodePort.hh.
Referenced by toString().
|
private |
Name of the operation.
Definition at line 50 of file DisassemblyFUOpcodePort.hh.
Referenced by toString().
|
private |
Name of the function unit port.
Definition at line 48 of file DisassemblyFUOpcodePort.hh.
Referenced by toString().