@@ -75,7 +75,7 @@ module cpu (input logic clk, reset,
assign pc_compute = rt_val + const_val;
mux2 #(8) pc_mux(
.left(pc + 1),
.left(pc + 8'b01),
.right(pc_compute),
.select(should_jump & (inst[28] | (inst[26] ^ (rs_val == 0)))),
.out(pc_next));
The note is not visible to the blocked user.