-
Hello, I have a relatively simple NEORV32 with the following options:
However I get this error:
While the application image is below this 64KB size and below mentioned limits above.
I can not find where this error is thrown.
The application code is compiled separately. br, Simon |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
Hey @stdefeber!
This happens when you invoke GHDL? Which version of GHDL are you using? I've tested your configuration on my side and I cannot reproduce the error. However, you could try to increase the default GHDL / process stack size: https://ghdl.github.io/ghdl-cosim/vhpidirect/notebook/mistakes.html
|
Beta Was this translation helpful? Give feedback.
-
Thanks for the quick reply. I am using:
I will try your suggestion for ulimit and max-stack allocation. |
Beta Was this translation helpful? Give feedback.
-
Issue is solved. I had to figure out how to add the additional run options since I am using FuseSoc as build tool. |
Beta Was this translation helpful? Give feedback.
Issue is solved.
I had to figure out how to add the additional run options since I am using FuseSoc as build tool.