PandA-2024.02
|
Class to generate minimal interfaces for high-level synthesis. More...
#include "minimal_interface.hpp"
#include "Parameter.hpp"
#include "behavioral_helper.hpp"
#include "call_graph_manager.hpp"
#include "copyrights_strings.hpp"
#include "custom_map.hpp"
#include "custom_set.hpp"
#include "fileIO.hpp"
#include "hls.hpp"
#include "hls_device.hpp"
#include "hls_manager.hpp"
#include "memory.hpp"
#include "memory_allocation.hpp"
#include "memory_symbol.hpp"
#include "string_manipulation.hpp"
#include "structural_manager.hpp"
#include "structural_objects.hpp"
#include "technology_manager.hpp"
#include "technology_node.hpp"
#include "testbench_generation.hpp"
#include "tree_helper.hpp"
#include "tree_manager.hpp"
#include "tree_node.hpp"
#include "tree_reindex.hpp"
#include <list>
#include <string>
#include <utility>
#include <vector>
Go to the source code of this file.
Functions | |
static bool | compareMemVarsPair (std::pair< unsigned int, memory_symbolRef > &first, std::pair< unsigned int, memory_symbolRef > &second) |
Class to generate minimal interfaces for high-level synthesis.
This class generates minimal interfaces for connecting modules to microprocessors or busses
Definition in file minimal_interface.cpp.
|
static |
Definition at line 128 of file minimal_interface.cpp.
References result.
Referenced by minimal_interface::build_wrapper().