|
HAL
v4.5.0-83-g30c8f0afc
The Hardware Analyzer - a comprehensive reverse engineering and manipulation framework for gate-level netlists.
|
#include </home/runner/work/hal/hal/plugins/gui/include/gui/graph_widget/layouters/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
true if wire is entry from external net, false otherwise Definition at line 926 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==().