I am given the following diagram with the text. The author refers the AND gate which becomes the control signal PCSrc. But I am unable to make this relation from the diagram.
Here is the text,
ALU performs comparison of registers in the branch instruction and produces a HIGH logic on its ZERO output. This ZERO output ANDed with control signal Branch is used to indicate a taken branch. The output of this AND gate is the control signal PCSrc which controls a multiplexer that chooses between address of next sequential address (when the branch is not taken) and BTA (when the branch is taken). BTA is calculated by a dedicated adder.

