You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2'b00: PC_next = PC_addr; // +4 done in pipeline, do nothing here
2'b01: PC_next = branch_result ? ({{16{ins[15]}}, ins[15:0]} << 2) + PC_addr : PC_addr; // As design, branch will not +4 here, it should be done in FETCH stage