Skip to content

Commit

Permalink
Update Branch_Eval.sv
Browse files Browse the repository at this point in the history
  • Loading branch information
ShinyMiraidon authored Nov 7, 2023
1 parent a9c31bc commit 9b59f7d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions rtl/Branch_Eval.sv
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,8 @@ always_comb begin
ALU: branch_taken = |alu_out;
NALU: branch_taken = ~(|alu_out);
AL: branch_taken = 1;
default: branch_taken = 0;
endcase
end


endmodule
endmodule

0 comments on commit 9b59f7d

Please sign in to comment.