Skip to content
Snippets Groups Projects
Commit ae57d26f authored by Alban Gruin's avatar Alban Gruin
Browse files

fixup! frontend: disable branch prediction, mkII

parent 3b3f217b
Branches
No related tags found
No related merge requests found
...@@ -260,7 +260,7 @@ module frontend import ariane_pkg::*; #( ...@@ -260,7 +260,7 @@ module frontend import ariane_pkg::*; #(
if (enable_bp_i) begin if (enable_bp_i) begin
instruction_really_valid[i] = instruction_valid[i]; instruction_really_valid[i] = instruction_valid[i];
end else begin end else begin
instruction_really_valid[i] = instruction_really_valid[i] && !(has_speculative); instruction_really_valid[i] = instruction_valid[i] && !(has_speculative);
end end
end end
end end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment