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

Specialisation of the parameters given by the UltraScale. It is based on the PYNQ and XRT. More...

#include <hardware.hpp>

Inheritance diagram for cynq::UltraScaleParameters:
Collaboration diagram for cynq::UltraScaleParameters:

Public Member Functions

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

Data Fields

xrt::device device_
 
xrt::xclbin xclbin_
 
UltraScaleClocks clocks_
 
- Data Fields inherited from cynq::HardwareParameters
std::string bitstream_file
 
std::string xclbin_file
 

Detailed Description

Specialisation of the parameters given by the UltraScale. It is based on the PYNQ and XRT.

Constructor & Destructor Documentation

◆ ~UltraScaleParameters()

virtual cynq::UltraScaleParameters::~UltraScaleParameters ( )
virtualdefault

Virtual destructor required for the inheritance

Field Documentation

◆ clocks_

UltraScaleClocks cynq::UltraScaleParameters::clocks_

Information regarding the clocks

◆ device_

xrt::device cynq::UltraScaleParameters::device_

XRT Device linked to the FPGA

◆ xclbin_

xrt::xclbin cynq::UltraScaleParameters::xclbin_

XRT class representing the xclbin object


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