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

Functions

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

Detailed Description

A dataflow analysis pass that groups flip-flops which share the same control signals, e.g., the same clock or enable.

Function Documentation

◆ process()

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