Skip to content

Commit

Permalink
Update Branch_Predictor.sv
Browse files Browse the repository at this point in the history
  • Loading branch information
ShinyMiraidon authored Nov 9, 2023
1 parent 0e062d5 commit ea93677
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions rtl/Branch_Predictor.sv
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ always_comb begin
case(branch_occr[1])
0: branch_taken = branch_occr[0];
1: branch_taken = curr_pred;
default branch_taken = 0;
endcase
end
endmodule
endmodule

0 comments on commit ea93677

Please sign in to comment.