Forum Discussion
Altera_Forum
Honored Contributor
9 years agoLogic utilization of hello-world vector add
Hello. I recently compiled the vector add hello world example which comes with the Terasic DE1 BSP (Cyclone V). The report file, which was generated during the compilation of the kernel says that alr...
Altera_Forum
Honored Contributor
9 years agoOkay thanks, your answer brougth up a new question:
What happens with the size of the vector in the host-program? I thought selecting global_work_size = N runs the Kernel N-times in parallel. But when programming the .aocx file on the FPGA only one instance (one adder) of the vector add is build?