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