![]() |
HAL
|
This file contains the function that analyses the dataflow of a gate-level netlist. More...
#include "dataflow_analysis/api/configuration.h"
#include "dataflow_analysis/api/result.h"
#include "dataflow_analysis/common/grouping.h"
#include "hal_core/utilities/result.h"
#include <unordered_set>
Go to the source code of this file.
Namespaces | |
hal | |
hal::dataflow | |
Functions | |
hal::Result< dataflow::Result > | hal::dataflow::analyze (const Configuration &config) |
Analyze the gate-level netlist to identify word-level structures such as registers. More... | |
This file contains the function that analyses the dataflow of a gate-level netlist.
Definition in file dataflow.h.