Post Go back to editing

Loopback Delay Estimation Design on PlutoSDR

Hello,

I'm trying to run the Loopback Delay Estimation Design on a PlutoSDR Rev.B. Srikanth Pagadarai mentioned in this post that it does run on a PlutoSDR, but in the requirements it says that it needs the Communications Toolbox Support Package for Xilinx Zynq-Based Radio and it does not support the PlutoSDR.

  1. Can I just use the Communications Toolbox Support Package for Analog Devices ADALM-Pluto Radio?
  2. In the hdlworkflow.m (line 151) I need to set a path to a HDL project, should I have a HDL project at this point?

Best,
Ottega

Parents
  • 1. The idea behind mentioning Pluto in the other post is to indicate that the design is simple enough that it could fit in Pluto's Zynq Z-7010. But, the original design was tested for ADI RF SOM only. Once the design has been optimized to fit on a Zynq Z-7010, Pluto Support package alone should be enough.

    2. Line 151 is only specifying the name of the folder into which the build artifacts get saved when you run hdlworkflow.m script.

    - Srikanth

Reply
  • 1. The idea behind mentioning Pluto in the other post is to indicate that the design is simple enough that it could fit in Pluto's Zynq Z-7010. But, the original design was tested for ADI RF SOM only. Once the design has been optimized to fit on a Zynq Z-7010, Pluto Support package alone should be enough.

    2. Line 151 is only specifying the name of the folder into which the build artifacts get saved when you run hdlworkflow.m script.

    - Srikanth

Children