Altera_Forum
Honored Contributor
11 years agoNIOS-II C Code optimization
I have defined a code looks like below: Style 1: function() { variable declaration and initialization int N; N= read_iteration(); for (n=0; n< N; n++) { i...