You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When parsing very long statements in SystemVerilog, the parser can cause a stack overflow of the rust application. This issue has been noticed several times when using morty, and while parallelization in morty was not helping, extremely long statements cause an issue within the parser. I have attached an excerpt of a generated file used in the pulp_platform group with the critical section causing a stack overflow as a minimal example. clic_reg_top.zip
The text was updated successfully, but these errors were encountered:
When parsing very long statements in SystemVerilog, the parser can cause a stack overflow of the rust application. This issue has been noticed several times when using morty, and while parallelization in morty was not helping, extremely long statements cause an issue within the parser. I have attached an excerpt of a generated file used in the pulp_platform group with the critical section causing a stack overflow as a minimal example.
clic_reg_top.zip
The text was updated successfully, but these errors were encountered: