sli30
New Contributor
7 years agoHow can I see the place&route on FPGA for OpenCL file?
Dear all,
Typically for RTL code, we can use chip planner in Quartus to see the resource place&route. My question is now I'm using commend aoc to generate the *.aocx file (aoc *.cl -o *.aocx). It will automatically go through compile, synthesis, place&route. Finally, when I open top.qpf, then click "chip planner", there is no place&route information but a blank FPGA chip. Is there any method to see the place&route on FPGA chip generated from OpenCL code? Many thanks.