|
HAL
v4.5.0-83-g30c8f0afc
The Hardware Analyzer - a comprehensive reverse engineering and manipulation framework for gate-level netlists.
|
#include "module_identification/processing/post_processing.h"#include "hal_core/defines.h"#include "hal_core/netlist/decorators/netlist_traversal_decorator.h"#include "hal_core/netlist/gate.h"#include "hal_core/netlist/net.h"#include "hal_core/netlist/netlist.h"#include "hal_core/utilities/log.h"#include "module_identification/candidates/verified_candidate.h"#include "module_identification/types/candidate_types.h"#include "module_identification/utils/utils.h"#include <deque>#include <limits>#include <numeric>
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... | |