PandA-2024.02
|
Wrapper to invoke a generic bash script. More...
#include "SynthesisTool.hpp"
Go to the source code of this file.
Data Structures | |
class | bash_flow_wrapper |
Main class for wrapping bash_flow tool by NANOXPLORE. More... | |
Macros | |
#define | BASH_FLOW_TOOL_ID "bash_flow" |
#define | BASH_FLOW_TOOL_EXEC "bash" |
Typedefs | |
using | bash_flow_wrapperRef = refcount< bash_flow_wrapper > |
Refcount definition for the class. More... | |
Wrapper to invoke a generic bash script.
Definition in file bash_flow_wrapper.hpp.
#define BASH_FLOW_TOOL_EXEC "bash" |
Definition at line 46 of file bash_flow_wrapper.hpp.
#define BASH_FLOW_TOOL_ID "bash_flow" |
Definition at line 45 of file bash_flow_wrapper.hpp.
Referenced by BackendFlow::xload().
Refcount definition for the class.
Definition at line 93 of file bash_flow_wrapper.hpp.