|
OpenASIP 2.2
|
#include <HDLPort.hh>


Public Member Functions | |
| OutPort (std::string name, int width=1, WireType wireType=WireType::Auto) | |
| OutPort (std::string name, std::string parametricWidth, WireType wireType=WireType::Auto) | |
Public Member Functions inherited from HDLGenerator::Port | |
| 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 | |
Protected Attributes inherited from HDLGenerator::Port | |
| std::string | name_ |
| Direction | dir_ |
| std::string | parametricWidth_ |
| int | width_ |
| WireType | wireType_ |
Definition at line 99 of file HWGen/HDLPort.hh.
|
inline |
Definition at line 101 of file HWGen/HDLPort.hh.
|
inline |
Definition at line 104 of file HWGen/HDLPort.hh.