-
Notifications
You must be signed in to change notification settings - Fork 356
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Co-Simulation error while running after successful synthesis #188
Comments
Hello @wilfredkisku , This seems to be a known issues in older tool versions. Please try the solution mentioned in the below link to overcome the issue: https://support.xilinx.com/s/article/Use-of-gmp-h-for-Co-simulation?language=en_US |
@vt-lib-support Thank you for the reply. I forgot to mention that I am using OpenCV 3.3.1. Also, I tried including the library header as you mentioned (in the testbench cpp file) but I am still getting the error related to |
What OS are you running? Please try adding it here:
|
I tried it both on Ubuntu 18.04 LTS and 20.04 LTS. Is there an issue with the OpenCV version according to you? I also might be making a mistake in defining the |
OpenCV version shouldn't cause this error. From the log you posted, the paths and flags look fine.
at this line : https://github.com/Xilinx/Vitis_Libraries/blob/2020.2/vision/L1/include/common/xf_headers.hpp#L27 to see if it fixes the error. Are you getting this error in CSIM too? |
Yes, I am able to run synthesis without any errors (just warning messages). The above-mentioned issues come only after I try to run CSIM (co-simulation). I will try the above-mentioned fix by adding it to the |
@vt-lib-support Thank you for the help. It works now, I am able to carry out both synthesis and csim. While exporting the Vivado IP, I get this error though.
The setting for the export is shown: Thank you. |
This seems to be an issue caused by y2k22 bug in Vitis/Vivado older versions. Please follow the steps mentioned here and see if it gets resolved: |
I have been trying to carry out IP generation for vision-related examples, while I have been able to carry out synthesis there is an issue that I am facing during co-simuation.
I am using Vitis HLS 2020.2 and the examples too related to Vitis Libraries 2020.2 branch.
Any help regarding the same will be very helpful.
The text was updated successfully, but these errors were encountered: