PandA-2024.02
|
Class implementation for ASLAP class methods. More...
#include "ASLAP.hpp"
#include "allocation.hpp"
#include "basic_block.hpp"
#include "exceptions.hpp"
#include "function_behavior.hpp"
#include "graph.hpp"
#include "hls.hpp"
#include "hls_constraints.hpp"
#include "hls_manager.hpp"
#include "op_graph.hpp"
#include "technology_node.hpp"
#include "utility.hpp"
#include "Vertex.hpp"
#include "fu_binding.hpp"
#include "schedule.hpp"
#include "Parameter.hpp"
#include <boost/graph/reverse_graph.hpp>
#include "allocation_information.hpp"
#include <cmath>
#include "behavioral_helper.hpp"
#include "cpu_time.hpp"
#include "dbgPrintHelper.hpp"
#include "string_manipulation.hpp"
Go to the source code of this file.
Data Structures | |
struct | p_update_check |
Terminate function used during improve_ASAP_with_constraints visiting and updating of ASAP_p vector. More... | |
Macros | |
#define | WITH_CONSTRAINT 0 |
. include More... | |
Class implementation for ASLAP class methods.
This file implements some of the ASLAP member functions.
Definition in file ASLAP.cpp.
#define WITH_CONSTRAINT 0 |
. include
boost include HLS/module_allocation include STD include tree include
Definition at line 83 of file ASLAP.cpp.
Referenced by ASLAP::compute_ASAP(), and ASLAP::update_ALAP().