PandA-2024.02
|
#include "HWDiscrepancyAnalysis.hpp"
#include "Discrepancy.hpp"
#include "Parameter.hpp"
#include "basic_block.hpp"
#include "behavioral_helper.hpp"
#include "c_backend_information.hpp"
#include "call_graph_manager.hpp"
#include "custom_map.hpp"
#include "custom_set.hpp"
#include "fileIO.hpp"
#include "function_behavior.hpp"
#include "hls.hpp"
#include "hls_device.hpp"
#include "hls_manager.hpp"
#include "language_writer.hpp"
#include "parse_discrepancy.hpp"
#include "state_transition_graph.hpp"
#include "state_transition_graph_manager.hpp"
#include "string_manipulation.hpp"
#include "structural_manager.hpp"
#include "tree_basic_block.hpp"
#include "tree_helper.hpp"
#include "tree_manager.hpp"
#include "tree_reindex.hpp"
#include "config_HAVE_ASSERTS.hpp"
#include <boost/algorithm/string/case_conv.hpp>
#include <boost/tokenizer.hpp>
#include <algorithm>
#include <limits>
#include <list>
#include <string>
#include <tuple>
#include <utility>
#include <vector>
Go to the source code of this file.
Macros | |
#define | MAX_METADATA_BITSIZE 10 |
#define | FIXED_METADATA_SIZE 6 |
FIXED metadata bit size. More... | |
#define FIXED_METADATA_SIZE 6 |
FIXED metadata bit size.
Definition at line 79 of file HWDiscrepancyAnalysis.cpp.
Referenced by HWDiscrepancyAnalysis::Exec().
#define MAX_METADATA_BITSIZE 10 |
Definition at line 76 of file HWDiscrepancyAnalysis.cpp.
Referenced by HWDiscrepancyAnalysis::Exec().