Intel Questasim is very slow, e.g. cd ..
Hello,
I switched from modelsim to questasim and experienced, that some questasim commands are very slow compared to modelsim. Examples are cd, project new, vsim, quit -sim...
Typing cd .. on the transcript console freezes questasim for approx 15 seconds.
One of my customers has the same problem while my FAE can simulate a project as fast as in modelsim, the cd .. takes less than a second.
Me, my customer and my FAE use the free intel questasim license, all PCs use Windows 10 (FAE has enterprise, while the other have Pro)
What we tried so far:
- install Questa Intel Starter FPGA Edition-64 2022.1 on my PC and customers PC
--> both are slow
- install Questa Intel Starter FPGA Edition-64 2022.1 on FAEs PC and an old FAE PC
--> both are fast
- install Questa Intel Starter FPGA Edition-64 2022.1 on a new Win 10 Pro VM
--> slow
For me it feels like questasim tries to access something until there is a timeout and then continues working since the delays for the slow commands is always almost the same (+- one second)
Attached you find a MeasureChangeDirDuration script, which can be started from questasim console by typing "do MeasureChangeDirDuration.txt" (.do extensions were not allowed as attachments)
How long does the "cd" command take for you?
What could be the reason for the slow behaviour?
Finally I found the reason for the slow behaviour.
If I remove the intel/altera specific libraries from the default modelsim.ini, the questasim is fast again.
Yet I didn't check, if there is a specific library or if the amount of libraries makes questasim slow. Since my code is platform independent, I removed the altera libraries from the modelsim.ini.
Works for me and hopefully helps other FPGA developers to find a solution for this issue.
Thanks for trying to help.