05-06-2019 02:06 AM
Hi,
I'm on:
~$ lsb_release -a Description: Ubuntu 16.04.6 LTS
I have a working SDAccel 2018.2 installation. I can compile and run kcu1500 HW simulation.
I grabbed the 2018.2 Development Shell from https://www.xilinx.com/products/boards-and-kits/alveo/u200.html#2018_2
I extracted the .deb as I don't use a system-wide installation, and put the u200 folder in the platform folder:
$ ls /home/me/Xilinx/SDx/2018.2/platforms/ xilinx_aws-vu9p-f1_dynamic_5_0 xilinx_vcu1525_dynamic_5_1 xilinx_kcu1500_dynamic_5_0 xilinx_u200_xdma_201820_1 $ ls /home/me/Xilinx/SDx/2018.2/platforms/xilinx_u200_xdma_201820_1/ hw license sw xilinx_u200_xdma_201820_1.xpfm
However, when I try to compile a project, I got:
ERROR: [XOCC 200-70] Part 'xcu200' is not installed.
Any idea welcome.
05-07-2019 02:00 AM
You need to upgrade to XDF edition or above. U200/U250 is not supported in 2018.2 regular release.
05-06-2019 04:45 AM
Can you run the following command to see if you are able to see the device?
xocc --list
--Syed
05-06-2019 06:59 AM
$ xocc --list xilinx_aws-vu9p-f1_dynamic_5_0 xilinx_kcu1500_dynamic_5_0 xilinx_u200_xdma_201820_1 xilinx_vcu1525_dynamic_5_1
plus some others.
05-06-2019 08:00 PM
Are you running the regular 2018.2 release of SDAccel or 2018.2 XDF edition?
Please note 2018.2 XDF is dedicated to the development of applications for the Alveo cards (U200 and U250).
05-07-2019 01:35 AM
I'm on:
Xilinx SDx v2018.2 (64-bit)
Can I use it or am I forced to use the XDF version ?
05-07-2019 02:00 AM
You need to upgrade to XDF edition or above. U200/U250 is not supported in 2018.2 regular release.
05-07-2019 02:04 AM
Ok, thanks for your time.