02-26-2017 08:42 PM
I create block IP from HLS. The ip core is created and used in block design.
The hdf file shows the ip block from HLS.
The mss file shows that ip block is included in BSP.
However, the auto generated BSP doesn't have driver from HLS ip block.
Thus, when I tried to include driver to my program. The error occurs because it cannot find driver find.
Why it isn't generated? What should I do?
02-26-2017 08:48 PM
@pint1223 what specific error are you getting?
In general there is no driver for the HLS block, not one generated automatically in HLS flow anyway. You just get a header (..._hw.h file) which can be used without an interrupt.
02-26-2017 09:07 PM
hi,
can you confirm if you have followed this procedure documented here?
https://www.xilinx.com/support/answers/59228.html
confirm if you have set the repository as shown in step7 of this AR.
-hs