PandA-2024.02
|
Class implementation of the functional-unit binding data structure. More...
#include "fu_binding.hpp"
#include "fu_binding_cs.hpp"
#include "funit_obj.hpp"
#include "call_graph_manager.hpp"
#include "hls.hpp"
#include "hls_device.hpp"
#include "hls_manager.hpp"
#include "memory.hpp"
#include "memory_allocation.hpp"
#include "memory_cs.hpp"
#include "memory_symbol.hpp"
#include "omp_functions.hpp"
#include "reg_binding.hpp"
#include "functions.hpp"
#include "structural_manager.hpp"
#include "structural_objects.hpp"
#include "constant_strings.hpp"
#include "utility.hpp"
#include "behavioral_helper.hpp"
#include "tree_helper.hpp"
#include "tree_manager.hpp"
#include "tree_node.hpp"
#include "tree_reindex.hpp"
#include "conn_binding.hpp"
#include "library_manager.hpp"
#include "technology_manager.hpp"
#include "technology_node.hpp"
#include <boost/algorithm/string/replace.hpp>
#include "Parameter.hpp"
#include "language_writer.hpp"
#include "allocation_information.hpp"
#include "custom_set.hpp"
#include <algorithm>
#include <fstream>
#include <limits>
#include <string>
#include <utility>
#include <vector>
#include "fileIO.hpp"
#include "math_function.hpp"
#include "string_manipulation.hpp"
Go to the source code of this file.
Functions | |
tree_nodeRef | getFunctionType (tree_nodeRef exp) |
Class implementation of the functional-unit binding data structure.
Definition in file fu_binding.cpp.
tree_nodeRef getFunctionType | ( | tree_nodeRef | exp | ) |
Definition at line 3366 of file fu_binding.cpp.
References exp, FD, GET_NODE, pointer_type::ptd, and THROW_ASSERT.
Referenced by fu_binding::manage_extern_global_port(), and fu_binding::specialise_fu().