Altera_Forum
Honored Contributor
10 years agoIs resource logic utilization report correct? more than 100% can still fit into FPGA?
Hi,
I'm using SocKit doing some tests with opencl. After the first stage compile, the resource usage report says the logic utilization is 112%. I just want to try if this can fit into sockit since I don't want to change the kernel so much, and after the second stage, it just fit. The kernel runs correctly also on FPGA. Then I tried to modify the code and the report says using 127%, 139%, and both of them can pass the second stage and kernel runs correctly. But the 159% failed. SO the resource usage report is not so accurate, right? This is a bug or should i just try it instead of really trust this report? Thanks Shaodong