PandA-2024.02
|
Wrapper to invoke vivado_flow tool by XILINX. More...
#include "XilinxWrapper.hpp"
Go to the source code of this file.
Data Structures | |
class | vivado_flow_wrapper |
Main class for wrapping vivado_flow tool by XILINX. More... | |
Macros | |
#define | VIVADO_FLOW_TOOL_ID "vivado_flow" |
#define | VIVADO_FLOW_TOOL_EXEC "vivado" |
Typedefs | |
using | vivado_flow_wrapperRef = refcount< vivado_flow_wrapper > |
Refcount definition for the class. More... | |
Wrapper to invoke vivado_flow tool by XILINX.
A object used to invoke vivado_flow tool by XILINX
Definition in file vivado_flow_wrapper.hpp.
#define VIVADO_FLOW_TOOL_EXEC "vivado" |
Definition at line 50 of file vivado_flow_wrapper.hpp.
#define VIVADO_FLOW_TOOL_ID "vivado_flow" |
Definition at line 49 of file vivado_flow_wrapper.hpp.
Referenced by BackendFlow::xload().
Refcount definition for the class.
Definition at line 86 of file vivado_flow_wrapper.hpp.