Altera_Forum
Honored Contributor
11 years agoHow to get OpenCL kernel simulation performance by Altera OpenCL SDK or Quartus II?
I am using OpenCL to program FPGA by Altera OpenCL SDK. However, I don't have an Altera FPGA board now. Thus currently I just want to do emulation or simulation to get performance like number of cycles giving frequency.
The emulator SDK provides could help to do functional debugging by -march=emulator option to aoc, but for now I couldn't see any performance result except for some resource usage reports. Does anyone know how to get what I want through this process? What's more, the aoc -c step also generates a Quartus II project which is very complex, as there are lots of submodules and ips. Is there any possibility to use this project to do cycle accurate timing simulation? If so, how to write testbench for it?