#include <HDLPort.hh>
|
| OutPort (std::string name, int width=1, WireType wireType=WireType::Auto) |
|
| OutPort (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 |
|
Definition at line 99 of file HWGen/HDLPort.hh.
◆ OutPort() [1/2]
◆ OutPort() [2/2]
HDLGenerator::OutPort::OutPort |
( |
std::string |
name, |
|
|
std::string |
parametricWidth, |
|
|
WireType |
wireType = WireType::Auto |
|
) |
| |
|
inline |
The documentation for this class was generated from the following file: