OpenASIP 2.2
|
#include <HDLPort.hh>
Public Member Functions | |
InPort (std::string name, int width=1, WireType wireType=WireType::Auto) | |
InPort (std::string name, std::string parametricWidth, WireType wireType=WireType::Auto) | |
![]() | |
Port (std::string name, Direction dir, int width=1, WireType wireType=WireType::Auto) | |
Port (std::string name, Direction dir, std::string parametricWidth, WireType wireType=WireType::Auto) | |
virtual | ~Port ()=default |
void | declare (std::ostream &stream, Language lang, int level=0) |
std::string | name () |
Width | width () |
WireType | wireType () const |
Additional Inherited Members | |
![]() | |
std::string | name_ |
Direction | dir_ |
std::string | parametricWidth_ |
int | width_ |
WireType | wireType_ |
Definition at line 110 of file HWGen/HDLPort.hh.
|
inline |
Definition at line 112 of file HWGen/HDLPort.hh.
|
inline |
Definition at line 115 of file HWGen/HDLPort.hh.