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

Accelerate Modelsim Simulation

Altera_Forum
Honored Contributor II
1,389 Views

Hello @ Everyone,  

 

is there a way to simulate faster with Modelsim (10.1a)? 

 

I discovered, when I remove fast changing signals like the system clock it gets faster.  

 

As I use PLLs in the design I need to set my simulator resolution to 1 ps.  

 

 

--- Quote Start ---  

vsim -t 1ps work.Testbench 

--- Quote End ---  

0 Kudos
3 Replies
Altera_Forum
Honored Contributor II
501 Views

Easiest way would be to try an avoid big models, like the PLL. It tends to be slow. Provide the clocks yourself. 

 

If its a system level test, probably not a lot you can do.
0 Kudos
Altera_Forum
Honored Contributor II
501 Views

Yes, it is the system level test. But your hint with my own clocks is good!

0 Kudos
Altera_Forum
Honored Contributor II
501 Views

yeah - you can usually rely on the altera IP to work. So why do you need to simualte it? modelling it is usually easier, and especally if you dont need the locked signal outputs.

0 Kudos
Reply