PandA-2024.02
|
Data structure implementation for HLS constraints. More...
#include "hls_constraints.hpp"
#include "Parameter.hpp"
#include "custom_map.hpp"
#include "dbgPrintHelper.hpp"
#include "exceptions.hpp"
#include "fileIO.hpp"
#include "polixml.hpp"
#include "string_manipulation.hpp"
#include "technology_manager.hpp"
#include "utility.hpp"
#include "xml_dom_parser.hpp"
#include "xml_helper.hpp"
#include <filesystem>
#include <iosfwd>
#include <string>
#include <utility>
#include <vector>
#include "constraints_STD.data"
#include "constraints_STD_ALUs.data"
Go to the source code of this file.
Functions | |
void | DECODE_FU_LIB (std::string &fu_name, std::string &fu_library, const std::string &combined) |
function used to extract the functional unit name and its library from a string. More... | |
Data structure implementation for HLS constraints.
This file contains the implementation of all the methods used to constrain the synthesis
Definition in file hls_constraints.cpp.
void DECODE_FU_LIB | ( | std::string & | fu_name, |
std::string & | fu_library, | ||
const std::string & | combined | ||
) |
function used to extract the functional unit name and its library from a string.
Definition at line 67 of file hls_constraints.cpp.
References SplitString().
Referenced by HLS_constraints::xwrite().