-
Notifications
You must be signed in to change notification settings - Fork 97
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
using script.tcl to build a prj in vivado hls 2018.3 error #2
Comments
Hi, can you try to debug using the generated executable under the build/bin dictionary to locate the exact crash point? Best, |
I've met the exact problem in 2019.2 Vivado HLS;Can't see any concrete error either |
it turns out that the stack size is not large enough. Solved. |
The default stack size on Windows is usually smaller than Linux (typically 8MB). This could explain why the code runs fine (assume it was developed in a Linux environment) but not on my Windows machine. I think the large local array Lines 395 to 402 in 007e445
As mentioned in #2 (comment), you can increase stack size to a larger value (at least a little more than 10x32x44x84 floats or ~4.5MB). If you don't want to increase stack size, you can try modify the local array to static ( |
i run like readme.md
there is an error:
![image](https://user-images.githubusercontent.com/42364897/63674673-9caf9100-c819-11e9-8610-61bee7ec777d.png)
The text was updated successfully, but these errors were encountered: