Research Article

IP-Enabled C/C++ Based High Level Synthesis: A Step towards Better Designer Productivity and Design Performance

Algorithm 4

For-loop code for 2 2 matrix-matrix addition in C.
for ( ; ; ) {
 for ( ; ; ) {
  sum[ ][ ] = [ ][ ] + [ ][ ];
 }
 }