PandA-2024.02
|
Wrapper to implement a synthesis tools by Xilinx. More...
Go to the source code of this file.
Data Structures | |
class | XilinxBackendFlow |
Macros | |
#define | PARAM_ucf_file "ucf_file" |
#define | PARAM_xcf_file "xcf_file" |
#define | PARAM_vivado_sources_macro_list "vivado_sources_macro_list" |
#define | PARAM_yosys_vivado_sources_macro_list "yosys_vivado_sources_macro_list" |
#define | PARAM_vivado_report "vivado_report" |
#define | PARAM_vivado_timing_report "vivado_timing_report" |
Typedefs | |
using | XilinxBackendFlowRef = refcount< XilinxBackendFlow > |
Refcount definition for the class. More... | |
Functions | |
REF_FORWARD_DECL (generic_device) | |
superclass include More... | |
Wrapper to implement a synthesis tools by Xilinx.
A object used to invoke synthesis tools by Xilinx
Definition in file XilinxBackendFlow.hpp.
#define PARAM_ucf_file "ucf_file" |
Definition at line 53 of file XilinxBackendFlow.hpp.
#define PARAM_vivado_report "vivado_report" |
Definition at line 57 of file XilinxBackendFlow.hpp.
Referenced by XilinxBackendFlow::CheckSynthesisResults(), and vivado_flow_wrapper::EvaluateVariables().
#define PARAM_vivado_sources_macro_list "vivado_sources_macro_list" |
Definition at line 55 of file XilinxBackendFlow.hpp.
Referenced by XilinxBackendFlow::InitDesignParameters().
#define PARAM_vivado_timing_report "vivado_timing_report" |
Definition at line 58 of file XilinxBackendFlow.hpp.
Referenced by XilinxBackendFlow::CheckSynthesisResults(), and vivado_flow_wrapper::EvaluateVariables().
#define PARAM_xcf_file "xcf_file" |
Definition at line 54 of file XilinxBackendFlow.hpp.
Referenced by XilinxTasteBackendFlow::create_cf(), and XilinxBackendFlow::create_cf().
#define PARAM_yosys_vivado_sources_macro_list "yosys_vivado_sources_macro_list" |
Definition at line 56 of file XilinxBackendFlow.hpp.
Referenced by XilinxBackendFlow::InitDesignParameters().
Refcount definition for the class.
Definition at line 134 of file XilinxBackendFlow.hpp.
REF_FORWARD_DECL | ( | generic_device | ) |
superclass include