Error: adi2.axi_ad9361_0: Unknown or undefined(adi_intel_device_info_enc.tcl) FPGA_FAMILY "" form "10CX220YF780E5G" device
AD9361
Recommended for New Designs
The AD9361 is a high performance, highly integrated radio
frequency (RF) Agile Transceiverâ„¢ designed for use in 3G and
4G base station applications....
Datasheet
AD9361 on Analog.com
Error: adi2.axi_ad9361_0: Unknown or undefined(adi_intel_device_info_enc.tcl) FPGA_FAMILY "" form "10CX220YF780E5G" device
Hi,
Have you defined the device in the adi_project_intel.tcl similar to this? https://github.com/analogdevicesinc/hdl/blob/main/projects/scripts/adi_project_intel.tcl#L67-L71
Best regards,
Iulia
We do not have support for cyclone 10 primitives.
You will have to add the extra line in https://github.com/analogdevicesinc/hdl/blob/main/library/scripts/adi_intel_device_info_enc.tcl#L39
Or remove https://github.com/analogdevicesinc/hdl/blob/main/library/axi_ad9361/axi_ad9361_hw.tcl#L79C1-L79C30 and set the FPGA info parameters manually when you instantiate the IP in the qsys script.
Andrei