Loop Rewind - Continue Statement - 2022.2 English - UG1448

Vitis HLS Messaging (UG1448)

Document ID
UG1448
Release Date
2022-12-16
Version
2022.2 English

Description

Warning: [200-953] Unable to rewind loop %s, which has multiple backedges.
This message reports that the code is violating loop rewind optimization rules.

Explanation

Loop rewind optimization does not support any continue statement.

Solution

Refactor the code without the continue statement.