|
OpenASIP 2.2
|
#include <NetlistPort.hh>

Public Types | |
| enum | State { GND , VCC , MIXED , OPEN } |
Public Member Functions | |
| StaticSignal (State state) | |
| bool | is (State state) |
Private Attributes | |
| State | state_ |
Definition at line 47 of file NetlistPort.hh.
| Enumerator | |
|---|---|
| GND | All port signals set to low. |
| VCC | All port signals set to high. |
| MIXED | Port has signals both the low and high states. |
| OPEN | Port is left open/unused. |
Definition at line 49 of file NetlistPort.hh.
|
inline |
Definition at line 56 of file NetlistPort.hh.
|
inline |
Definition at line 57 of file NetlistPort.hh.
References state_.
Referenced by ProGe::VerilogNetlistWriter::portSignalName(), and ProGe::VHDLNetlistWriter::portSignalName().
|
private |
Definition at line 59 of file NetlistPort.hh.
Referenced by is().