CYNQ  0.3.0
Framework to develop FPGA applications in C++ with the easiness of PYNQ
cynq::AlveoParameters Struct Reference

Specialisation of the parameters given by the Alveo. It is based on the XRT stack. More...

#include <hardware.hpp>

Inheritance diagram for cynq::AlveoParameters:
Collaboration diagram for cynq::AlveoParameters:

Public Member Functions

virtual ~AlveoParameters ()=default
 
- Public Member Functions inherited from cynq::HardwareParameters
virtual ~HardwareParameters ()=default
 

Data Fields

xrt::device device_
 
xrt::xclbin xclbin_
 
xrt::uuid uuid_
 
std::string xclbin_file_
 
- Data Fields inherited from cynq::HardwareParameters
std::string bitstream_file
 
std::string xclbin_file
 

Detailed Description

Specialisation of the parameters given by the Alveo. It is based on the XRT stack.

Constructor & Destructor Documentation

◆ ~AlveoParameters()

virtual cynq::AlveoParameters::~AlveoParameters ( )
virtualdefault

Virtual destructor required for the inheritance

Field Documentation

◆ device_

xrt::device cynq::AlveoParameters::device_

XRT Device linked to the FPGA

◆ uuid_

xrt::uuid cynq::AlveoParameters::uuid_

XRT class corresponding to the UUID of the xclbin

◆ xclbin_

xrt::xclbin cynq::AlveoParameters::xclbin_

XRT class representing the xclbin object

◆ xclbin_file_

std::string cynq::AlveoParameters::xclbin_file_

XCLBIN file path


The documentation for this struct was generated from the following file: