Forum Discussion
Altera_Forum
Honored Contributor
13 years agoFor FPGAs the delays for simple functions (ones that fit into a lookup table) should be similar. For example AND2 and OR2 fit within a single LUT and so the delay should be the same. The delay for AND3 and AND4 will be the same as AND2 because those functions (3 and 4 input) still fit within a LUT. The total delay is a result of the place and route too so there is no simple answer for that one.