PandA-2024.02
|
Backend based on a simple bash script. More...
#include "BackendFlow.hpp"
Go to the source code of this file.
Data Structures | |
class | BashBackendFlow |
Macros | |
#define | PARAM_bash_sources_macro_list "generic_sources_macro_list" |
superclass include More... | |
#define | PARAM_bash_backend_report "bash_backend_report" |
#define | PARAM_bash_backend_timing_report "bash_backend_timing_report" |
Typedefs | |
using | BashBackendFlowRef = refcount< BashBackendFlow > |
Refcount definition for the class. More... | |
Backend based on a simple bash script.
Definition in file BashBackendFlow.hpp.
#define PARAM_bash_backend_report "bash_backend_report" |
Definition at line 48 of file BashBackendFlow.hpp.
Referenced by BashBackendFlow::CheckSynthesisResults(), and bash_flow_wrapper::EvaluateVariables().
#define PARAM_bash_backend_timing_report "bash_backend_timing_report" |
Definition at line 49 of file BashBackendFlow.hpp.
Referenced by BashBackendFlow::CheckSynthesisResults(), and bash_flow_wrapper::EvaluateVariables().
#define PARAM_bash_sources_macro_list "generic_sources_macro_list" |
superclass include
Definition at line 47 of file BashBackendFlow.hpp.
Referenced by BashBackendFlow::InitDesignParameters().
using BashBackendFlowRef = refcount<BashBackendFlow> |
Refcount definition for the class.
Definition at line 93 of file BashBackendFlow.hpp.