Forum Discussion
7 Replies
- Nurina
Regular Contributor
Hi,
Perhaps you could try this: https://www.intel.com/content/www/us/en/programmable/support/support-resources/knowledge-base/solutions/rd04202001_4087.html
Regards,
Nurina
- Nurina
Regular Contributor
Any updates?
Nurina
- AccelerComm
New Contributor
Thank you for your help.We couldn't get the simulator (Questa) to accept those arguements.The best way we found was to change the `timescale 1 ns / 1 ps you can only change it to 1/1, 1/10 or 1/100, but essentially the Frequency of our design means we don't have to evaluate events at picoseconds, we could evaluate at 100s of picoseconds - this helped in some cases, but in other cases it was hard to tell. - Nurina
Regular Contributor
Hi,
Sorry can you clarify- are you trying to speed up the simulation process or have the simulation show a bigger/smaller timescale?
Nurina
- AccelerComm
New Contributor
We are trying to speed up the simulation time and wondered if changing the timescale may increase the simulation time for the FPGA gatelevel netlist.
- Nurina
Regular Contributor
Hi,
Thank you for the clarification. Yes, generally adjusting the timescale can speed up simulation, but this is not the only factor for simulation speed.
It's possible that some IP's are causing the long simulation time. It's sometimes expected and sometimes not. You can take a look at our KDB to see if it shouldn't happen to any IP you're using, often there are workarounds: https://www.intel.com/content/www/us/en/programmable/support/support-resources/knowledge-base/kdb-filter.html
RTL simulation is always faster than gate-level simulation, so do that. It's also much easier to debug. For IP, be sure to use simulation models. Quartus Prime Pro third party simulation user guide your reference: https://www.intel.com/content/www/us/en/programmable/documentation/gft1513990268888.html#mwh1409960618998
You can also use profiler on QuestaSim to identify what's taking so much time. Only use what you need. Otherwise the simulator will have to do too much work and take too much time.
This Quora thread has a similar discussion: https://www.quora.com/How-do-I-reduce-simulation-time-while-simulating-in-a-Verilog-simulator
Regards,
Nurina
- Nurina
Regular Contributor
Hi,
We did not receive any response to the previous question/reply/answer that I have provided, thus I will put this case to close pending. Please post a response in the next 15 days to allow me to continue to support you. After 15 days, this thread will be transitioned to community support. The community users will be able to help you with your follow-up questions.
Regards,
Nurina
P/S: If you like my comment, feel free to give Kudos. If my comment solved your problem, feel free to accept my comment as solution!