![]() |
PandA-2024.02
|
Parser for deep profiling information. More...
#include "SpiderParameter.hpp"#include "design_flow_graph.hpp"#include "design_flow_manager.hpp"#include <filesystem>#include "translator.hpp"#include "custom_map.hpp"#include "custom_set.hpp"#include "data_xml_parser.hpp"#include <fstream>#include <iosfwd>#include <string>#include "dbgPrintHelper.hpp"#include "exceptions.hpp"#include "fileIO.hpp"#include "string_manipulation.hpp"
Go to the source code of this file.
Macros | |
| #define | MAX_LENGTH 10000 |
| #define | INIT(x, y) x.push_back(std::string(y)) |
Functions | |
| int | main (int argc, char *argv[]) |
Parser for deep profiling information.
Definition in file spider.cpp.
| #define INIT | ( | x, | |
| y | |||
| ) | x.push_back(std::string(y)) |
Definition at line 73 of file spider.cpp.
Referenced by Vectorize::ClassifyTreeNode(), ToString(), and Vectorize::Transform().
| #define MAX_LENGTH 10000 |
Definition at line 71 of file spider.cpp.
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 75 of file spider.cpp.
References ToDataFileStep::ComputeSignature(), TechnologyFlowStep::ComputeSignature(), DEBUG_LEVEL_VERY_PEDANTIC, exit_code, generic_device::factory(), FF_CSV, FF_TEX, FF_TGFF, FF_UNKNOWN, FF_VERILOG, FF_VHDL, FF_XML, FF_XML_EXPERIMENTAL_SETUP, FF_XML_SKIP_ROW, FF_XML_SYM_SIM, FF_XML_TEX_TABLE, FF_XML_WGT_GM, FF_XML_WGT_SYM, FIX_CHARACTERIZATION, GetPath(), INDENT_DBG_MEX, INDENT_OUT_MEX, LOAD_DEVICE_TECHNOLOGY, OUTPUT_LEVEL_MINIMUM, OUTPUT_LEVEL_NONE, PARAMETER_NOTPARSED, PARAMETER_PARSED, test_panda::parameters, PRINT_OUT_MEX, str, STR, THROW_ERROR, tr, and WRITE_TECHNOLOGY.

1.8.13