Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- for(int i = 0 ; i < 16 ; i++) {
- #pragma HLS UNROLL 4
- c[i] = a[i] + b[i];
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement