![]() |
PandA-2024.02
|
Wrapper to XST by XILINX. More...
#include "XilinxWrapper.hpp"#include "refcount.hpp"#include "custom_map.hpp"#include <string>#include <vector>

Go to the source code of this file.
Data Structures | |
| class | xst_wrapper |
| Main class for wrapping ISE tools by Xilinx. More... | |
Macros | |
| #define | XST_TOOL_ID "xst" |
| #define | PARAM_xst_tmpdir "xst_tmpdir" |
| #define | PARAM_xst_hdpdir "xst_hdpdir" |
| #define | PARAM_xst_prj_file "xst_prj_file" |
Typedefs | |
| using | xst_wrapperRef = refcount< xst_wrapper > |
| Refcount definition for the class. More... | |
Functions | |
| CONSTREF_FORWARD_DECL (Parameter) | |
| REF_FORWARD_DECL (generic_device) | |
| REF_FORWARD_DECL (ToolManager) | |
| REF_FORWARD_DECL (area_info) | |
Wrapper to XST by XILINX.
A object used to invoke XILINX XST RTL synthesis tool
Definition in file xst_wrapper.hpp.
| #define PARAM_xst_hdpdir "xst_hdpdir" |
Definition at line 64 of file xst_wrapper.hpp.
Referenced by xst_wrapper::EvaluateVariables().
| #define PARAM_xst_prj_file "xst_prj_file" |
Definition at line 65 of file xst_wrapper.hpp.
Referenced by xst_wrapper::GenerateProjectFile(), and XilinxTasteBackendFlow::GenerateSynthesisScripts().
| #define PARAM_xst_tmpdir "xst_tmpdir" |
Definition at line 63 of file xst_wrapper.hpp.
Referenced by xst_wrapper::EvaluateVariables(), and xst_wrapper::GenerateProjectFile().
| #define XST_TOOL_ID "xst" |
Definition at line 61 of file xst_wrapper.hpp.
Referenced by BackendFlow::xload().
| using xst_wrapperRef = refcount<xst_wrapper> |
Refcount definition for the class.
Definition at line 107 of file xst_wrapper.hpp.
| CONSTREF_FORWARD_DECL | ( | Parameter | ) |
| REF_FORWARD_DECL | ( | generic_device | ) |
| REF_FORWARD_DECL | ( | ToolManager | ) |
| REF_FORWARD_DECL | ( | area_info | ) |
1.8.13