Forum Discussion
Altera_Forum
Honored Contributor
11 years agoTotal execution time and propagation delay
hi, How to calculate total execution time and propagation delay for VHDL files under Quartus II? Thank you
Altera_Forum
Honored Contributor
10 years ago --- Quote Start --- I would like to calculate the time required to execute this adder in hardware(FPGA) and in Nios ii. have you any proposition to do this?? --- Quote End --- With the current code, that is impossible as it is an asynchronous (no clock) process Make it synchronous, and then you will know the latency ie. how many clocks are required to complete the operation.