PandA-2024.02
|
Wrapper to XSIM by XILINX VIVADO. More...
#include "SimulationTool.hpp"
#include "refcount.hpp"
#include "custom_map.hpp"
#include <string>
#include <vector>
Go to the source code of this file.
Data Structures | |
class | VIVADO_xsim_wrapper |
Main class for wrapping VIVADO XSIM Xilinx. More... | |
Macros | |
#define | XSIM_SUBDIR (Param->getOption<std::string>(OPT_output_directory) + std::string("/xsim")) |
Typedefs | |
using | VIVADO_xsim_wrapperRef = refcount< VIVADO_xsim_wrapper > |
Refcount definition for the class. More... | |
Functions | |
CONSTREF_FORWARD_DECL (Parameter) | |
Wrapper to XSIM by XILINX VIVADO.
A object used to invoke XILINX XSIM tool
Definition in file VIVADO_xsim_wrapper.hpp.
#define XSIM_SUBDIR (Param->getOption<std::string>(OPT_output_directory) + std::string("/xsim")) |
Definition at line 56 of file VIVADO_xsim_wrapper.hpp.
Referenced by VIVADO_xsim_wrapper::GenerateScript(), and VIVADO_xsim_wrapper::VIVADO_xsim_wrapper().
Refcount definition for the class.
Definition at line 106 of file VIVADO_xsim_wrapper.hpp.
CONSTREF_FORWARD_DECL | ( | Parameter | ) |