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

Define an abstract representation of the hardware parameters with some prefilled fields. More...

#include <hardware.hpp>

Inheritance diagram for cynq::HardwareParameters:
Collaboration diagram for cynq::HardwareParameters:

Public Member Functions

virtual ~HardwareParameters ()=default
 

Data Fields

std::string bitstream_file
 
std::string xclbin_file
 

Detailed Description

Define an abstract representation of the hardware parameters with some prefilled fields.

Constructor & Destructor Documentation

◆ ~HardwareParameters()

virtual cynq::HardwareParameters::~HardwareParameters ( )
virtualdefault

Virtual destructor required for the inheritance

Field Documentation

◆ bitstream_file

std::string cynq::HardwareParameters::bitstream_file

Bitstream file path

◆ xclbin_file

std::string cynq::HardwareParameters::xclbin_file

XCLbin file path


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