ATLAS Offline Software
|
Struct to hold information about an XCLBIN file, as well as the kernels it contains. More...
Public Attributes | |
std::string | path |
std::string | xsa_name |
std::string | fpga_device_name |
std::string | uuid |
std::vector< std::string > | kernel_names |
Struct to hold information about an XCLBIN file, as well as the kernels it contains.
Definition at line 111 of file DeviceMgmtSvc.h.
std::string AthXRT::DeviceMgmtSvc::XclbinInfo::fpga_device_name |
Definition at line 114 of file DeviceMgmtSvc.h.
std::vector<std::string> AthXRT::DeviceMgmtSvc::XclbinInfo::kernel_names |
Definition at line 116 of file DeviceMgmtSvc.h.
std::string AthXRT::DeviceMgmtSvc::XclbinInfo::path |
Definition at line 112 of file DeviceMgmtSvc.h.
std::string AthXRT::DeviceMgmtSvc::XclbinInfo::uuid |
Definition at line 115 of file DeviceMgmtSvc.h.
std::string AthXRT::DeviceMgmtSvc::XclbinInfo::xsa_name |
Definition at line 113 of file DeviceMgmtSvc.h.