Pipeline Constraint Ignored - 2023.2 English

Vitis HLS Messaging (UG1448)

Document ID
UG1448
Release Date
2023-10-18
Version
2023.2 English

Description

Warning: [200-993] A dataflow region cannot be instantiated from within a pipelined loop. Ignoring pipeline directive to allow the dataflow directive to take precedence.
This message reports incorrect usage of the dataflow pragma in the pipelined region.

Solution

The tool automatically ignored the pipeline constraint. If this is not intentional, remove either of the constraints from the source code.