|
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/gui_utils/common_successor_predecessor.h>

Public Member Functions | |
| CommonSuccessorPredecessor (const QList< u32 > &gateIds, bool forw, int maxRound) | |
| QSet< Gate * > | result () const |
Finds the gates that are reachable from all of the given gates within a maximum depth.
Definition at line 57 of file common_successor_predecessor.h.
| hal::CommonSuccessorPredecessor::CommonSuccessorPredecessor | ( | const QList< u32 > & | gateIds, |
| bool | forw, | ||
| int | maxRound | ||
| ) |
Definition at line 46 of file common_successor_predecessor.cpp.
References hal::Netlist::get_gate_by_id(), hal::gNetlist, log_info, log_warning, hal::CommonSuccessorPredecessorGateQueue::mask(), and QList::size().
Definition at line 84 of file common_successor_predecessor.cpp.
References QSet::insert().