Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
8 years ago

Variable declaration place question

the FPGA resource allocation will be different if the variable declaration in different place? //declare the variable i, j, k not in the loop int i; int j; int k; for (...) {...