torc-master
|
Encapsulation of an irregular arc. More...
#include <Segments.hpp>
Public Member Functions | |
WireIndex | getSourceWireIndex (void) const |
WireIndex | getSinkWireIndex (void) const |
IrregularArc (void) | |
IrregularArc (WireIndex inSourceWireIndex, WireIndex inSinkWireIndex) | |
Private Attributes | |
WireIndex | mSourceWireIndex |
WireIndex | mSinkWireIndex |
Encapsulation of an irregular arc.
Arcs which are defined for a tile type, but which are not instantiated in every single tile of that type are considered irregular, and must be considered on a case by case basis. Every irregular arc in a given tile defines its source and sink wire indexes.
Definition at line 105 of file Segments.hpp.
|
inline |
Definition at line 111 of file Segments.hpp.
|
inline |
Definition at line 112 of file Segments.hpp.
|
inline |
Definition at line 110 of file Segments.hpp.
|
inline |
Definition at line 109 of file Segments.hpp.
|
private |
Definition at line 107 of file Segments.hpp.
|
private |
Definition at line 106 of file Segments.hpp.