Knowledge Base Article

Why does a10_ref BSP compile show several unconstrained paths?

Description

In the Intel® FPGA SDK for OpenCL™ 17.0 BSP flow, you may see several paths or clocks remain unconstrainted.

Resolution

Users will need to comment out or remove the following lines in their top.qsf file:

# base revision compile SDC constraints only

set_global_assignment -name SDC_FILE base.sdc

set_global_assignment -disable -name SDC_FILE top.sdc

set_global_assignment -disable -name SDC_FILE top_post.sdc

It will be required to do another import compile after changing the QSF file

aoc --board <BSP_name> <kernel_name>.cl 

This problem is scheduled to be fixed in a future release of the Intel® FPGA SDK for OpenCL™.

Updated 3 months ago
Version 3.0
No CommentsBe the first to comment