Advertisement
aidanozo

Untitled

Mar 8th, 2025
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.08 KB | None | 0 0
  1. for(int i = 0 ; i < 16 ; i++) {
  2.     #pragma HLS UNROLL 4
  3.     c[i] = a[i] + b[i];
  4. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement