1
Fork 0
mirror of https://github.com/Steffo99/unimore-hpc-assignments.git synced 2024-11-26 01:54:22 +00:00
hpc-2022-g3/hls/lab1/exercise_0/vadd.h
2022-05-26 17:05:36 +02:00

5 lines
140 B
C

//const int max_elem = 4194304; // for testing
const int max_elem = 1024; // for co-simulation
void sum (int *a, int *b, int *c, int n);