-
Notifications
You must be signed in to change notification settings - Fork 2
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
Failure when linking testbench #3
Comments
Same problem. Is there any insight provided about how it works about linking the testbench? |
Apologies for the delayed response. Hovering over the You can also try running this Python script from the same conda environment where you installed LightningSim; it should hopefully provide more output when it crashes. (Run it as For reference, the actual code that handles this step can be found here: LightningSim/backend/lightningsim/runner.py Lines 479 to 536 in d3fb26b
|
Thanks for your response. I tried the cli python script and the key traceback of the link error went as below.
I guess this issue may come form the mismatch of xilinx vitis version? |
Yes, this looks like it's due to a change in 2022.1. I had updated this step to use the Xilinx-provided Makefile in the hopes that the linking process would now be version-agnostic, but apparently no such luck. I'll have to look at what changed in the linking process between 2021.1 and 2022.1. |
The tool consistently fails when it arrives at the "Linking testbench" step. It always takes the same time, whatever is happening in the background (~ 4.59s), which suggests that it is not waiting for something to happen when Vitis HLS is compiling.
I am running on Vitis HLS 2022.1.
The text was updated successfully, but these errors were encountered: