|
torc-master
|
#include <PrimitivePin.hpp>
Inheritance diagram for torc::architecture::PinDirection:Public Types | |
| enum | EPinDirection { ePinDirectionNone = 0, ePinDirectionInput = 2, ePinDirectionOutput = 4 } |
Encapsulation of pin directionality. These direction enumerations are obtained from the database build code, and are used by the PrimitivePin and PrimitivElementPin classes.
Definition at line 34 of file architecture/PrimitivePin.hpp.
| Enumerator | |
|---|---|
| ePinDirectionNone | |
| ePinDirectionInput | |
| ePinDirectionOutput | |
Definition at line 37 of file architecture/PrimitivePin.hpp.