torc-master
|
Encapsulation of a wire belonging to a compact segment. More...
#include <Segments.hpp>
Public Member Functions | |
WireIndex | getWireIndex (void) const |
TileOffset | getTileOffset (void) const |
CompactSegmentTilewire (void) | |
CompactSegmentTilewire (WireIndex inWireIndex, TileOffset inTileOffset) | |
Private Attributes | |
WireIndex | mWireIndex |
TileOffset | mTileOffset |
Encapsulation of a wire belonging to a compact segment.
A compact segment is defined by wire indexes in tiles normalized relative to tile index 0. The set of wire index and tile offset pairs fully defines the shape of the compact segment.
Definition at line 64 of file Segments.hpp.
|
inline |
Definition at line 70 of file Segments.hpp.
|
inline |
Definition at line 71 of file Segments.hpp.
|
inline |
Definition at line 69 of file Segments.hpp.
|
inline |
Definition at line 68 of file Segments.hpp.
|
private |
Definition at line 66 of file Segments.hpp.
|
private |
Definition at line 65 of file Segments.hpp.