analogdevicesinc / TransceiverToolbox

MATLAB toolbox for ADI transceiver products
https://analogdevicesinc.github.io/TransceiverToolbox/master
Other
56 stars 31 forks source link

HDL targetting for Pluto SDR #114

Closed warnes closed 2 years ago

warnes commented 2 years ago

What is necessary to enable HDL targeting for the Pluto SDR?

tfcollins commented 2 years ago

Pluto follows the same flow to generate bitstreams as the other supported platforms. However, to leverage the bitstreams you will need to build the generated HDF or BIT files into the firmware. See here for the firmware build process: https://wiki.analog.com/university/tools/pluto/building_the_image You will just replace the bitstream generated from the HDL repo with the one from HDL-Coder.

warnes commented 2 years ago

Ok, thanks!