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

FPGA calculation time vs modelsim simulation time

KBill3
Beginner
534 Views

Hallo everyone,

 

if i have a function that calculate for example the square root of an integer. This function is simulated by using Modelsim, and the time required to receive the output result is approximately 1 ns (as an example).

is that mean, that the calculation time needs to implement this function in FPGA is also equal to 1 ns?

 

In other word, the time needs to get the output result after the input value is gave to this function.

PS: i am not using a clock in the function.

Thanks in advance.

Billel

0 Kudos
1 Reply
RichardTanSY_Intel
312 Views

Assuming that you are using the timing simulation, then yes. In timing simulation, the logical functionality of the design is tested in the presence of delays. Any change in logic state of a wire will take as much time as it would on a real device.

0 Kudos
Reply