Post Go back to editing

Custom Arria10 gx board with ad9361

Category: Software
Software Version: Quartus Prime 18.1

Hi, 

I am trying to integrate arria10 gx fpga with ad9361 (custom board).

In the given "hdl" github code, axi_ad9361_lvds_if_10.v calls "lvds serdes", which as per my understanding is not possible as per arria10 architecture.

Can you please help me out, about how I can make some modifications in "hdl", for above system to work?

Thanks and Regards,

Prince

Parents Reply
  • I took the hdl branch “fmcomm2_a10soc_bring_back” repo.

    compiled the code for a10gx for ad9361..

    Now, in ad9361.v —> for arria 10, it uses axi_ad9361_lvds_if_10.v

    and in that it calls “altera serdes lvds” core wrapped as “intel serdes”. By default it is has mode parameter “Rx_No_DPA” set to “0”.

    On compiling it in quartus, it gives a fitter error that it cannot fit 6 periphery components .

    But if I set “Rx_No_DPA” to “1”, it compiles completely. 

    I want to know, if this makes a difference to the performance of AD9361?

    please let me know if anything is not clear.

    Thanks

    Prince

Children
No Data