PandA-2024.02
|
#include <BackendFlow.hpp>
Data Fields | |
std::string | name |
name of the step More... | |
std::string | config_name |
configuration identifier More... | |
std::string | script_name |
name of the step More... | |
SynthesisToolRef | tool |
wrapper to the tool More... | |
std::string | out_dir |
output directory More... | |
Definition at line 71 of file BackendFlow.hpp.
std::string BackendStep::config_name |
configuration identifier
Definition at line 77 of file BackendFlow.hpp.
std::string BackendStep::name |
name of the step
Definition at line 74 of file BackendFlow.hpp.
std::string BackendStep::out_dir |
output directory
Definition at line 86 of file BackendFlow.hpp.
std::string BackendStep::script_name |
name of the step
Definition at line 80 of file BackendFlow.hpp.
SynthesisToolRef BackendStep::tool |
wrapper to the tool
Definition at line 83 of file BackendFlow.hpp.