Subsequently it turns out this fix also applies to Mentor Graphic's ModelSim and Mentor Graphic's Questa (not that surprising as Questa is a superset of ModelSim with far greater capabilities).
The previous instructions for ModelSim ALTERA work for ModelSim.
Here are the detailed instructions to apply the fix to Questa:
Firstly complete installing everything including compiling the new libfreetype libraries and copying them into the questasim directory.
Now we need to edit the vco launch script to ensure the new freetype libraries are used:
sudo vim bin/vco
Search for the following line:
dir=`dirname $arg0`
and underneath add the following new line:
export LD_LIBRARY_PATH=${dir}/lib32
Test by running vco and hopefully you will be greeted by the Questa GUI.
Please email me any fixes or changes you would like so I can update this post and give credit.
i dont understand this section.If I am running it shows an message unknown command...
ReplyDeleteNot much to go on here to help you. Did you follow all the instructions from the previous article? Are you about to run questa and get the error message? What OS and shell are you using?
DeleteDr S