ID:13013 Ports <name> and <name> on the latch are fed by the same signal <name>

CAUSE: The latch has unsafe behavior because the specified signal is feeding both specified ports on the latch, possibly through combinational logic. This may cause race conditions because depending on timing, the latch ports can change value in different order when the specified signal changes value.

ACTION: Make sure the latch does not have the same signal feeding different ports on the latch, or delete the latch.