Closed myheartisweeping closed 5 years ago
Hi Bruce It seems that the IP you are calling is not found in Xilinx library.
make image
flow, you have the 3 lines I have highlighted below with >> <<
?make image
using the _HLS_decimalmult action or are you using your own action code? If you could first try with the _HLS_decimalmult action, this would validate the entire process first.(extract of the make image flow)
[CREATE SNAP IPs.....] done 10:11:55 Mon Sep 16 2019
[CREATE HLS IPs......] start 10:12:04 Mon Sep 16 2019
>>sourcing hls_action_ap_fmul_3_max_dsp_32_ip.tcl<<
>>generating HLS IP hls_action_ap_fmul_3_max_dsp_32<<
[CREATE HLS IPs......] done 10:12:21 Mon Sep 16 2019
[CREATE_FRAMEWORK....] start 10:12:30 Mon Sep 16 2019
setting up project settings
importing design files
importing IP
adding SNAP IP fifo_513x512
adding SNAP IP fifo_10x512
adding SNAP IP fifo_8x512
adding SNAP IP fifo_4x512
>>adding HLS Action IP hls_action_ap_fmul_3_max_dsp_32<<
importing CAPI BSP (xcix)
importing XDCs
FYI as a test to confirm the entire flow on this specific point, I have just reran successfully the entire make image
process with the _HLS_decimalmult action and with the latest snap release using Vivado 2018.2.
Thank you very much. @bmesnet. I use capi 1.0. So the snap is not the latest version. And my Vivado version is 2017.4. I didn't use the _HLS_decimalmult action but my own action code. I will update the software and try again. Thanks for your suggestions again.
Thanks @myheartisweeping for the answer. I have checked that our CAPI1.0 jenkins tests worked ok on this _HLS_decimalmult action with Vivado 2018.1. Let me know how things works.
@bmesnet. I changed the snap version. It worked. I used the latest snap version. And Vivado version is 2017.4. Thank you very much.
Great. Thanks for the feedback. closing the issue so. Have fun
An error happend when I run
make image
. And I located at one sentence. It's because of float add and float multiply. Here is the detail of error.