Forum Discussion
Altera_Forum
Honored Contributor
15 years agoNot sure what you say is true.
The first parameter refers to the time unit of your delay values. The precision, and hence the speed of the simulation, is possibly related to the second value. However, also the second value should only refer to the precision of the calculated values. As example if 1ns/1ps and you have period = 3 and calculate frac=period/3 you get period=9ns and frac= 333ps As example if 1ns/10ps and you have period = 3 and calculate frac=period/3 you get period=9ns and frac= 330ps