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.