ID:332191 Clock target <Name> of clock <Name> is fed by another target of the same clock.

CAUSE: You called create_clock or create_generated_clock and specified multiple targets for that clock. At least one of those targets feeds the specified node, which is also a target. Clock arrival times restart at the specified node. If the node is a register, it is not clocked by the specified clock, but it is considered a clock source for clock-as-data analysis.

ACTION: If the multiple targets are unintentional, check the collection or wildcards specified as the clock's target and remove the extra targets or use more-restrictive wildcards. Use report_clocks to see the targets and report_path to see which target feeds the specified target.