33#ifndef TTA_RF_PORT_IMPLEMENTATION_HH
34#define TTA_RF_PORT_IMPLEMENTATION_HH
41class RFImplementation;
46 const std::string&
name,
std::string loadPort() const
void setOpcodePortWidthFormula(const std::string &formula)
std::string opcodePortWidthFormula() const
void setDirection(Direction direction)
virtual ~RFPortImplementation()
std::string opcodePort_
Name of the opcode port.
std::string opcodePortWidthFormula_
Width calculation formula for the opcode port.
Direction direction() const
std::string opcodePort() const
void setOpcodePort(const std::string &name)
Direction direction_
Direction of the port.
Direction
Direction of port.