Forum Discussion
VE000
New Contributor
6 years agoExample for RTL library in OpenCL kernel
The examples giving in the intel website appears to be generated using HLS and is not very clear. Can anyone provide an alternate example for the same? Thanks!
MEIYAN_L_Intel
Frequent Contributor
6 years agoHi,
By referring to the README.html for example 2, I saw in the file "copyElement/rtl_spec.xml", there is merging of the .cl file and .v file.
Also, the .v file show how the avalon mm signal is connected.
For more information about the avalon interface connection, you may need to refer the document as link below:
https://www.intel.com/content/dam/www/programmable/us/en/pdfs/literature/manual/mnl_avalon_spec.pdf
Thanks