Get s2_nack off the critical path
We were using it to compute the next PC on flush vs. replay (which require PC+4 and PC, respectively). This fix gets rid of the adder altogether by reusing the M-stage PC in the flush case, which by construction holds PC+4.
parent
bc298bf1
Please register or sign in to comment