|
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 to generate structural candidates for Lattice iCE40 FPGAs. More...
#include "module_identification/candidates/base_candidate.h"#include "module_identification/candidates/structural_candidate.h"#include <map>#include <memory>#include <vector>
Go to the source code of this file.
Namespaces | |
| hal | |
| hal::module_identification | |
| hal::module_identification::lattice_ice40 | |
Functions | |
| std::vector< std::pair< std::unique_ptr< BaseCandidate >, std::vector< std::unique_ptr< StructuralCandidate > > > > | hal::module_identification::lattice_ice40::generate_structural_candidates (const Netlist *nl) |
| Generate structural candidates for a given netlist. More... | |
This file contains the function to generate structural candidates for Lattice iCE40 FPGAs.
Definition in file lattice_ice40.h.