Research Article

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

Algorithm 2

For-loop code for a matrix-vector multiplication.
for ( ; ; ) {
 for ( ; ; ) {
prod[ ][ ] = prod[ ][ ] + A[ ][ ] [ ][ ];
 } }