HAL  v4.5.0-83-g30c8f0afc
The Hardware Analyzer - a comprehensive reverse engineering and manipulation framework for gate-level netlists.
hal::CommonSuccessorPredecessor Class Reference

#include </home/runner/work/hal/hal/plugins/gui/include/gui/gui_utils/common_successor_predecessor.h>

Collaboration diagram for hal::CommonSuccessorPredecessor:
Collaboration graph

Public Member Functions

 CommonSuccessorPredecessor (const QList< u32 > &gateIds, bool forw, int maxRound)
 
QSet< Gate * > result () const
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ CommonSuccessorPredecessor()

hal::CommonSuccessorPredecessor::CommonSuccessorPredecessor ( const QList< u32 > &  gateIds,
bool  forw,
int  maxRound 
)

Member Function Documentation

◆ result()

QSet< Gate * > hal::CommonSuccessorPredecessor::result ( ) const

Definition at line 84 of file common_successor_predecessor.cpp.

References QSet::insert().


The documentation for this class was generated from the following files: