Loop Detected at Block
Delay-free loop detected at <block_name> block
Description:
A loop is created without any operation in that loop, e.g. the return value of an operator is directly fed in as an input to that operator.
Solution:
Insert an element into the loop.