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

Functions

std::shared_ptr< Groupingprocess (const processing::Configuration &config, const std::shared_ptr< Grouping > &state, bool delete_from_smaller)
 

Detailed Description

A dataflow analysis pass that removes groups which are already contained in another group.

Function Documentation

◆ process()

std::shared_ptr< Grouping > hal::dataflow::remove_duplicates::process ( const processing::Configuration config,
const std::shared_ptr< Grouping > &  state,
bool  delete_from_smaller 
)

Definition at line 17 of file remove_duplicates.cpp.

References hal::state, and UNUSED.

Referenced by hal::dataflow::merge_states::process().