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 --- 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. --- Quote End --- When i add a clock in my code i get a negative slack. I searched how to avoid this problem but i haven't found.