ADALM-PLUTO Radio Hardware Software Co-Design

5 vues (au cours des 30 derniers jours)
Adeel
Adeel le 8 Avr 2018
Commenté : Noam Levine le 13 Avr 2018
ADALM-PLUTO Radio has Zync SOC just like USRP E310. But the examples provided in the Hardware Support Pakage only includes host programming. Is it possible to program ADALM-PLUTO using "Hardware Software Co-Design" just like USRP E310 example? E310 Hardware Software Co-Design
Regards

Réponse acceptée

Adeel
Adeel le 13 Avr 2018
Noam, Thanks for your reply.
I understand that FPGA resources of Pluto are very less but still I want to add some custom counter/ state-machine in the Pluto FPGA. I think they will fit in the available resources. I have studied the Mathworks documentation about registering the Custom Board but I am unable to find the required files e.g xps project on Analog Devices website. Can you plz guide me in this?
Regards
  1 commentaire
Noam Levine
Noam Levine le 13 Avr 2018
A lot of Pluto source information can be found on ADI's Wiki, especially: https://wiki.analog.com/university/tools/pluto/developers

Connectez-vous pour commenter.

Plus de réponses (1)

Noam Levine
Noam Levine le 12 Avr 2018
The Zynq chip in the ADALM-Pluto is a Z-7010, which has only 28K logic cells, 2.1Mb of block RAM, and 80 DSP slices. The E310 uses a Z-7020 device, which has 85K logic cells, 4.9Mb of Block RAM, and 400 DSP slices.
So, while it is theoretically possible to target the Zynq on Pluto using our hardware/software codesign workflow, the size of the Zynq on Pluto limits the usefulness of any algorithm you may want to deploy. It's really designed to be a data streaming device.
If you want to experiment with targeting, you would need to create a custom reference design for the Z-7010 + AD9363, and ensure that you can download a new bitstream over USB, which is the only available access to the hardware.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by