PandA-2024.02
|
Wrapper to ngdbuild by XILINX. More...
#include "XilinxWrapper.hpp"
Go to the source code of this file.
Data Structures | |
class | ngdbuild_wrapper |
Main class for wrapping ISE tools by Xilinx. More... | |
Macros | |
#define | NGDBUILD_TOOL_ID "ngdbuild" |
#define | PARAM_ngdbuild_tmpdir "ngdbuild_tmpdir" |
Typedefs | |
using | ngdbuild_wrapperRef = refcount< ngdbuild_wrapper > |
Refcount definition for the class. More... | |
Wrapper to ngdbuild by XILINX.
A object used to invoke XILINX ngd creation tool
Definition in file ngdbuild_wrapper.hpp.
#define NGDBUILD_TOOL_ID "ngdbuild" |
Definition at line 50 of file ngdbuild_wrapper.hpp.
Referenced by BackendFlow::xload().
#define PARAM_ngdbuild_tmpdir "ngdbuild_tmpdir" |
Definition at line 52 of file ngdbuild_wrapper.hpp.
Referenced by ngdbuild_wrapper::EvaluateVariables(), and ngdbuild_wrapper::init_reserved_vars().
using ngdbuild_wrapperRef = refcount<ngdbuild_wrapper> |
Refcount definition for the class.
Definition at line 89 of file ngdbuild_wrapper.hpp.