![]() |
PandA-2024.02
|
This package is used by all HLS packages to manage resource constraints and characteristics. More...
#include "allocation_information.hpp"#include "Parameter.hpp"#include "allocation.hpp"#include "allocation_constants.hpp"#include "area_info.hpp"#include "basic_block.hpp"#include "behavioral_helper.hpp"#include "custom_map.hpp"#include "custom_set.hpp"#include "dbgPrintHelper.hpp"#include "exceptions.hpp"#include "ext_tree_node.hpp"#include "fu_binding.hpp"#include "hls.hpp"#include "hls_constraints.hpp"#include "hls_device.hpp"#include "hls_manager.hpp"#include "hls_step.hpp"#include "math_function.hpp"#include "memory.hpp"#include "schedule.hpp"#include "state_transition_graph_manager.hpp"#include "string_manipulation.hpp"#include "structural_manager.hpp"#include "technology_manager.hpp"#include "technology_node.hpp"#include "time_info.hpp"#include "tree_basic_block.hpp"#include "tree_helper.hpp"#include "tree_manager.hpp"#include "tree_node.hpp"#include "tree_reindex.hpp"#include "typed_node_info.hpp"#include <algorithm>#include <cmath>#include <limits>#include <tuple>
Go to the source code of this file.
Macros | |
| #define | MAX_MUX_N_INPUTS 65 |
| #define | ARRAY_CORRECTION 0 |
Variables | |
| static const double | epsilon = 0.000000001 |
This package is used by all HLS packages to manage resource constraints and characteristics.
Definition in file allocation_information.cpp.
| #define ARRAY_CORRECTION 0 |
Definition at line 2470 of file allocation_information.cpp.
| #define MAX_MUX_N_INPUTS 65 |
|
static |
Definition at line 247 of file allocation_information.cpp.
Referenced by AllocationInformation::CanBeMerged(), AllocationInformation::GetConnectionTime(), and AllocationInformation::GetTimeLatency().
1.8.13