Loop Optimization

Hi all! I' using Handel-C to target hardware (a board with spartan IIE) and i'd like to optimize this following macro (where cartelle[i][j][k] is a ram unsigned 7 cartelle[6][3][5]) and posizioni is a ram unsigned 8 posizioni[90]). Have you any idea? Thanks!

-------- static macro proc Fill_position() { unsigned 7 n;

while(i!=6) { j=0; while(j!=3) { k=0; while(k!=5) { n = cartelle[i][j][k]-1; par{ posizioni[n]=i@j@k; k++; } }

j++;

}

i++; }

}
Reply to
Roberto
Loading thread data ...

ElectronDepot website is not affiliated with any of the manufacturers or service providers discussed here. All logos and trade names are the property of their respective owners.