Forum Discussion
HRZ
Frequent Contributor
7 years agoI ran a test with random variables using the following command since I have no idea what I should set the compile-time variables to:
aoc -c -v --report test.cl -DSINGLE_PRECISION -DFPGA_SINGLE -DBLOCK_SIZE=16 -DINTENSITY5 -DNUMFMAS=5
Indeed it seems much of your design is being optimized out by the compiler; hence the narrow read/write ports. Does your code produce correct results in the emulator?