Forum Discussion
Altera_Forum
Honored Contributor
9 years agoFPGA(Opencl) code work well in emulator mode, but can't finish run on the FPGA
Hello: When I run my FPGA(OpenCL) code in emulator mode, the result is right; but after I create hardware configuration file and run on the FPGA, the code is blocked and can't fin...
Altera_Forum
Honored Contributor
9 years ago --- Quote Start --- Thanks for your reply! I want to printf some informations, but the informations are not display.Do you know why?Does it means my code did not reach there before blocked? --- Quote End --- Probably yes. Try putting a printf at the beginning of your kernel code to see if you get any output. I have never personally used printf on the FPGA itself.