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

This file contains the function to perform post-processing on verified candidates to identify the best candidate for module identification. More...

#include <vector>
Include dependency graph for post_processing.h:

Go to the source code of this file.

Namespaces

 hal
 
 hal::module_identification
 

Functions

VerifiedCandidate hal::module_identification::post_processing (const std::vector< VerifiedCandidate > &verified_candidates, const Netlist *nl, const std::vector< std::vector< Gate * >> &dana_cache)
 Performs post-processing on a set of verified candidates to identify the best candidate for module identification. More...
 

Detailed Description

This file contains the function to perform post-processing on verified candidates to identify the best candidate for module identification.

Definition in file post_processing.h.