|
HAL
v4.5.0-83-g30c8f0afc
The Hardware Analyzer - a comprehensive reverse engineering and manipulation framework for gate-level netlists.
|
This file contains the function declarations for the Module Identification plugin in hal. More...
#include "hal_core/utilities/result.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... | |
This file contains the function declarations for the Module Identification plugin in hal.
Definition in file module_identification.h.