11-17-2020 08:35 PM
Hi,
I want to do the RTL design on alveo u50, but i can't find the user guide of u50. Can anyone tell me how to get it ?
11-18-2020 09:04 AM - edited 11-18-2020 09:18 AM
Hi @Quxm ,
There are two ways to do RTL in the Alveo accelerator cards.
1. Using RTL Kernels with the provided shell in Vitis, the shell will have a built-in PCIe DMA and communication to the Satellite Controller which monitors the board's power and temperature. This works with XRT (https://xilinx.github.io/XRT/master/html/index.html) to communicate with the host, debug the board, and load different configurations.
A good tutorial is found here:
The Vitis documentation for RTL Kernels is found here:
https://www.xilinx.com/html_docs/xilinx2020_1/vitis_doc/devrtlkernel.html
2. The second method is by treating the FPGA as a blank slate and designing the system from scratch. This is the document that you are pointing to in the screenshot. The details are limited on this flow as it does involve an in-depth understanding of working with FPGAs. Because of the complexity of this type of design, you must first request access to the Alveo Vivado Lounge to get to that user guide:
https://www.xilinx.com/member/alveo-vivado.html
Regards,
~John
11-18-2020 09:04 AM - edited 11-18-2020 09:18 AM
Hi @Quxm ,
There are two ways to do RTL in the Alveo accelerator cards.
1. Using RTL Kernels with the provided shell in Vitis, the shell will have a built-in PCIe DMA and communication to the Satellite Controller which monitors the board's power and temperature. This works with XRT (https://xilinx.github.io/XRT/master/html/index.html) to communicate with the host, debug the board, and load different configurations.
A good tutorial is found here:
The Vitis documentation for RTL Kernels is found here:
https://www.xilinx.com/html_docs/xilinx2020_1/vitis_doc/devrtlkernel.html
2. The second method is by treating the FPGA as a blank slate and designing the system from scratch. This is the document that you are pointing to in the screenshot. The details are limited on this flow as it does involve an in-depth understanding of working with FPGAs. Because of the complexity of this type of design, you must first request access to the Alveo Vivado Lounge to get to that user guide:
https://www.xilinx.com/member/alveo-vivado.html
Regards,
~John