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

Functions

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

Detailed Description

A dataflow analysis pass that merges two groupings into one by keeping the groups that both of them agree on.

Function Documentation

◆ process()

std::shared_ptr< Grouping > hal::dataflow::merge_states::process ( const processing::Configuration config,
const std::shared_ptr< const Grouping > &  state1,
const std::shared_ptr< const Grouping > &  state2,
bool  delete_from_smaller 
)