PandA-2024.02
|
This file contains the definition of the configurable flow for generating and executing synthesis scripts. More...
#include "config_HAVE_SIMULATION_WRAPPER_BUILT.hpp"
#include "config_HAVE_TASTE.hpp"
#include <list>
#include "refcount.hpp"
#include "custom_set.hpp"
#include <string>
#include <vector>
Go to the source code of this file.
Data Structures | |
struct | BackendStep |
class | BackendFlow |
Typedefs | |
using | fileIO_istreamRef = refcount< std::istream > |
using | BackendStepRef = refcount< BackendStep > |
using | BackendFlowRef = refcount< BackendFlow > |
refcount definition of the class More... | |
This file contains the definition of the configurable flow for generating and executing synthesis scripts.
Definition in file BackendFlow.hpp.
using BackendFlowRef = refcount<BackendFlow> |
refcount definition of the class
Definition at line 270 of file BackendFlow.hpp.
using BackendStepRef = refcount<BackendStep> |
Definition at line 88 of file BackendFlow.hpp.
using fileIO_istreamRef = refcount<std::istream> |
Definition at line 65 of file BackendFlow.hpp.
CONSTREF_FORWARD_DECL | ( | Parameter | ) |
REF_FORWARD_DECL | ( | SynthesisTool | ) |
REF_FORWARD_DECL | ( | generic_device | ) |
REF_FORWARD_DECL | ( | area_info | ) |
REF_FORWARD_DECL | ( | time_info | ) |
REF_FORWARD_DECL | ( | Design_manager | ) |
REF_FORWARD_DECL | ( | BackendFlow | ) |
REF_FORWARD_DECL | ( | HDL_manager | ) |
REF_FORWARD_DECL | ( | language_writer | ) |
REF_FORWARD_DECL | ( | structural_manager | ) |
REF_FORWARD_DECL | ( | technology_node | ) |
REF_FORWARD_DECL | ( | XMLDomParser | ) |
REF_FORWARD_DECL | ( | DesignParameters | ) |