07-07-2015 01:09 AM
Hi,
I want to know if it is possible with Modelsim to change the simulation resolution at strategic moments to speed up a very long simulation ? Indeed, most of my simulation doesn't have to be very accurate (1 ns resolution would be enough), but short parts of the simulation have to be accurate at 1 ps.
So for the moment, I run the simulation at 1 ps... and I wait for a long time.
Thanks in advance for your suggestions !
07-08-2015 04:57 AM - edited 07-08-2015 06:22 AM
Hi @moreaub
It is suggested practice that you should choose the coarsest resolution limit possible that does not result in undesired rounding of your delays. In your case it seems to be 1ps.
Modelsim has a 64bit unsigned integer for keeping simulation time . so even with 1 ps resolution, a simulation can run 2^64 *10^-12 seconds (> 5000 hrs).
As mentioned earlier, in event driven simulators, the simulator resolution per se does not take much toll on simulator performance.
07-07-2015 01:27 AM
hi moreaub,
There is no simulator performance gain by using coarser resolution with the Xilinx simulation models. Because much simulation time is spent in delta cycles, and delta cycles are not affected by simulator resolution, no significant simulation performance can be obtained
07-07-2015 04:20 AM
Hi @moreaub
MentorGraphics forums is the correct place for this topic. Please get in touch with them.
07-08-2015 04:57 AM - edited 07-08-2015 06:22 AM
Hi @moreaub
It is suggested practice that you should choose the coarsest resolution limit possible that does not result in undesired rounding of your delays. In your case it seems to be 1ps.
Modelsim has a 64bit unsigned integer for keeping simulation time . so even with 1 ps resolution, a simulation can run 2^64 *10^-12 seconds (> 5000 hrs).
As mentioned earlier, in event driven simulators, the simulator resolution per se does not take much toll on simulator performance.