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