HAL  v4.5.0-83-g30c8f0afc
The Hardware Analyzer - a comprehensive reverse engineering and manipulation framework for gate-level netlists.
module_identification.h File Reference

This file contains the function declarations for the Module Identification plugin in hal. More...

Include dependency graph for module_identification.h:

Go to the source code of this file.

Namespaces

 hal
 
 hal::module_identification
 

Functions

hal::Result< Result > hal::module_identification::execute (const Configuration &config)
 Perform a full run of the module identification process on the given netlist with the provided configuration. More...
 
hal::Result< Result > hal::module_identification::execute_on_gates (const std::vector< Gate * > &gates, const Configuration &config)
 Perform a module identification run on the specified gates with the provided configuration. More...
 

Detailed Description

This file contains the function declarations for the Module Identification plugin in hal.

Definition in file module_identification.h.