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

Public Member Functions | |
| PassConfiguration (const pass_function &func) | |
| PassConfiguration ()=default | |
Public Attributes | |
| pass_function | function |
| pass_id | id |
A single dataflow analysis pass together with the arguments that it is invoked with.
Definition at line 45 of file pass_collection.h.
| hal::dataflow::processing::PassConfiguration::PassConfiguration | ( | const pass_function & | func | ) |
Definition at line 20 of file pass_collection.cpp.
|
default |
| pass_function hal::dataflow::processing::PassConfiguration::function |
The function that performs the pass.
Definition at line 51 of file pass_collection.h.
| pass_id hal::dataflow::processing::PassConfiguration::id |
The identifier of the pass, which also encodes the arguments it is invoked with.
Definition at line 54 of file pass_collection.h.