Skip to content

Commit

Permalink
Update store_unit.sv
Browse files Browse the repository at this point in the history
  • Loading branch information
JeanRochCoulon authored Oct 7, 2023
1 parent 51e86d2 commit 730d1cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/store_unit.sv
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ module store_unit import ariane_pkg::*; #(
state_d = VALID_STORE;
pop_st_o = 1'b1;

if(ariane_pkg::MMU_PRESENT && !dtlb_hit_i) begin
if (ariane_pkg::MMU_PRESENT && !dtlb_hit_i) begin
state_d = WAIT_TRANSLATION;
pop_st_o = 1'b0;
end
Expand Down

0 comments on commit 730d1cc

Please sign in to comment.