PandA-2024.02
|
Wrapper to trce by XILINX. More...
#include "XilinxWrapper.hpp"
Go to the source code of this file.
Data Structures | |
class | trce_wrapper |
Main class for wrapping ISE tools by Xilinx. More... | |
Macros | |
#define | TRCE_TOOL_ID "trce" |
#define | PARAM_trce_tmpdir "trce_tmpdir" |
#define | PARAM_trce_report_pre "trce_report_pre" |
#define | PARAM_trce_report_post "trce_report_post" |
Typedefs | |
using | trce_wrapperRef = refcount< trce_wrapper > |
Refcount definition for the class. More... | |
Wrapper to trce by XILINX.
A object used to invoke XILINX trce tool
Definition in file trce_wrapper.hpp.
#define PARAM_trce_report_post "trce_report_post" |
Definition at line 54 of file trce_wrapper.hpp.
Referenced by XilinxBackendFlow::CheckSynthesisResults(), and trce_wrapper::EvaluateVariables().
#define PARAM_trce_report_pre "trce_report_pre" |
Definition at line 53 of file trce_wrapper.hpp.
Referenced by XilinxBackendFlow::CheckSynthesisResults(), and trce_wrapper::EvaluateVariables().
#define PARAM_trce_tmpdir "trce_tmpdir" |
Definition at line 52 of file trce_wrapper.hpp.
Referenced by trce_wrapper::EvaluateVariables(), and trce_wrapper::init_reserved_vars().
#define TRCE_TOOL_ID "trce" |
Definition at line 50 of file trce_wrapper.hpp.
Referenced by BackendFlow::xload().
using trce_wrapperRef = refcount<trce_wrapper> |
Refcount definition for the class.
Definition at line 91 of file trce_wrapper.hpp.