![]() |
PandA-2024.02
|
Data structure used to store the interconnection binding of datapath elements. More...
#include "config_HAVE_UNORDERED.hpp"#include <iosfwd>#include <string>#include "refcount.hpp"#include "custom_map.hpp"#include "generic_obj.hpp"#include "graph.hpp"

Go to the source code of this file.
Data Structures | |
| class | conn_binding |
| Class managing the interconnection binding. More... | |
| struct | conn_binding::ConnectionSorter |
| definition of the connection implementations More... | |
| struct | conn_binding::ConnectionTarget |
| definition of target of a connection More... | |
Typedefs | |
| using | data_transfer = std::tuple< unsigned int, unsigned int, vertex, vertex, vertex > |
| definition of the data transfer (tree_node, precision, from, to, data_transferred, current_op). More... | |
| using | conn_bindingRef = refcount< conn_binding > |
| Refcount definition of the class. More... | |
Data structure used to store the interconnection binding of datapath elements.
Definition in file conn_binding.hpp.
| using conn_bindingRef = refcount<conn_binding> |
Refcount definition of the class.
Definition at line 355 of file conn_binding.hpp.
| using data_transfer = std::tuple<unsigned int, unsigned int, vertex, vertex, vertex> |
definition of the data transfer (tree_node, precision, from, to, data_transferred, current_op).
Note that from/to can represent either chained vertices or STG states
Definition at line 72 of file conn_binding.hpp.
| CONSTREF_FORWARD_DECL | ( | BehavioralHelper | ) |
| CONSTREF_FORWARD_DECL | ( | OpGraph | ) |
| REF_FORWARD_DECL | ( | HLS_manager | ) |
Autoheader include.
| REF_FORWARD_DECL | ( | generic_obj | ) |
| REF_FORWARD_DECL | ( | connection_obj | ) |
| REF_FORWARD_DECL | ( | structural_manager | ) |
| REF_FORWARD_DECL | ( | structural_object | ) |
| REF_FORWARD_DECL | ( | technology_manager | ) |
| REF_FORWARD_DECL | ( | hls | ) |
| REF_FORWARD_DECL | ( | conn_binding | ) |
1.8.13