Forum Discussion
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.