PandA-2024.02
|
Analysis step restructuring tree of cond_expr to reduce critical path delay. More...
#include "cond_expr_restructuring.hpp"
#include "Parameter.hpp"
#include "application_manager.hpp"
#include "design_flow_graph.hpp"
#include "design_flow_manager.hpp"
#include "hls.hpp"
#include "hls_device.hpp"
#include "hls_manager.hpp"
#include "hls_step.hpp"
#include "fu_binding.hpp"
#include "allocation_information.hpp"
#include "schedule.hpp"
#include "token_interface.hpp"
#include "dbgPrintHelper.hpp"
#include "string_manipulation.hpp"
#include "tree_basic_block.hpp"
#include "tree_helper.hpp"
#include "tree_manager.hpp"
#include "tree_manipulation.hpp"
#include "tree_node.hpp"
#include "tree_reindex.hpp"
Go to the source code of this file.
Macros | |
#define | EPSILON 0.0001 |
Header include. More... | |
Analysis step restructuring tree of cond_expr to reduce critical path delay.
Definition in file cond_expr_restructuring.cpp.
#define EPSILON 0.0001 |
Header include.
. include behavior include design_flows includes HLS includes HLS/binding/module HLS/module_allocation HLS/scheduling include parser/compiler include tree includes
Definition at line 82 of file cond_expr_restructuring.cpp.
Referenced by CondExprRestructuring::InternalExec().