Forum Discussion
SyafieqS
Super Contributor
2 years agoYou can try increasing the stack hard limit for the vcom compiler. You can do this by setting the VCOM_STACK_SIZE environment variable to a higher value. For example, you can set it to 134217728 (128 MB) by running the following command before starting Questa e.g.:
export VCOM_STACK_SIZE=134217728
After setting the environment variable, try compiling your model again.
Let me know.