![]() |
HAL
|
#include <net_layout_junction.h>
Public Member Functions | |
NetLayoutJunctionWire (const NetLayoutJunctionRange &rng, const LaneIndex &li) | |
bool | isEntry () const |
Public Attributes | |
LaneIndex | mIndex |
NetLayoutJunctionRange | mRange |
Single straight wire located in a range of a lane
Definition at line 231 of file net_layout_junction.h.
|
inline |
constructor
Definition at line 247 of file net_layout_junction.h.
bool hal::NetLayoutJunctionWire::isEntry | ( | ) | const |
Checks whether wire is entry from external net
Definition at line 907 of file net_layout_junction.cpp.
References hal::NetLayoutJunctionRange::isEntry(), and mRange.
LaneIndex hal::NetLayoutJunctionWire::mIndex |
Lane index
Definition at line 237 of file net_layout_junction.h.
NetLayoutJunctionRange hal::NetLayoutJunctionWire::mRange |
Range including net id
Definition at line 242 of file net_layout_junction.h.
Referenced by isEntry(), and hal::NetLayoutJunctionRange::operator==().