ADALM-PLUTO Radio Hardware Software Co-Design

6 ビュー (過去 30 日間)
Adeel
Adeel 2018 年 4 月 8 日
コメント済み: Noam Levine 2018 年 4 月 13 日
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

採用された回答

Adeel
Adeel 2018 年 4 月 13 日
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 件のコメント
Noam Levine
Noam Levine 2018 年 4 月 13 日
A lot of Pluto source information can be found on ADI's Wiki, especially: https://wiki.analog.com/university/tools/pluto/developers

サインインしてコメントする。

その他の回答 (1 件)

Noam Levine
Noam Levine 2018 年 4 月 12 日
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