diff --git a/core/store_unit.sv b/core/store_unit.sv index cb0f689e22..4dc5099d8d 100644 --- a/core/store_unit.sv +++ b/core/store_unit.sv @@ -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