Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
mp-17 committed May 17, 2024
1 parent a0e6b27 commit 689e9a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hw/ip/spatz/src/spatz_vlsu.sv
Original file line number Diff line number Diff line change
Expand Up @@ -942,7 +942,7 @@ module spatz_vlsu
end else begin
// Read new element from the register file and store it to the buffer
if (state_q == VLSU_RunningStore && !(|rob_full) && |commit_operation_valid) begin
vrf_re_o[0] = 1'b1;
vrf_re_o[intf][0] = 1'b1;

for (int unsigned fu = 0; fu < N_FU; fu++) begin
automatic int unsigned port = intf * N_FU + fu;
Expand Down

0 comments on commit 689e9a6

Please sign in to comment.