Performance Pragma - 9 - 2022.1 English

Vitis HLS Messaging (UG1448)

Document ID
UG1448
Release Date
2022-06-22
Version
2022.1 English

Description

Warning: [HLS 214-354] Cannot apply performance pragma because it is not attached to any loop or the original loop may be fully unrolled.

Explanation

Check the pragma or directive settings to see where the performance pragma is being applied and whether the loop where the performance pragma is being specified is also being unrolled. The unroll transformation will remove the loop and therefore the performance pragma will no longer be in a loop body.