Intel® Quartus® Prime Software
Intel® Quartus® Prime Design Software, Design Entry, Synthesis, Simulation, Verification, Timing Analysis, System Design (Platform Designer, formerly Qsys)
16935 Discussions

Intel Questasim is very slow, e.g. cd ..

Marf
Novice
2,727 Views

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?

 

0 Kudos
1 Solution
Marf
Novice
2,612 Views

 

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.

View solution in original post

0 Kudos
6 Replies
sstrell
Honored Contributor III
2,709 Views

Do you have the free license set up?  Maybe it's looking for a license on the machines that are slow.

0 Kudos
Marf
Novice
2,705 Views

Yes, I have a free license and have modified the LM_LICENSE_FILE variable. Otherwise QuestaSim would not start at all.

0 Kudos
sstrell
Honored Contributor III
2,697 Views

Hard to tell what's going on.  What's your installation path and is it different from the "fast" machine?  Have you tried uninstalling and reinstalling?  Internal or external drive installation?  Other apps running?  Same behavior right after a reboot?  Task Manager showing anything eating cycles?

0 Kudos
Marf
Novice
2,613 Views

 

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.

0 Kudos
alexislms
Valued Contributor I
920 Views

Thanks!

For me launching Questa takes seconds, it freezes for no reason, doing anything in the tcl console freezes the GUI for seconds.

 

I contacted Intel 2years ago about it and as usual they were completely clueless.

It's just crazy it is still not solved in 2024.

0 Kudos
JackDalton
Novice
1,269 Views

Hello,

 

I have the same issue.

But I need the Intel/Altera specific libraries for my Design with Agilex 7.

Is there another solution for that ?

0 Kudos
Reply