Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
mp-17 committed May 18, 2024
1 parent 68237d7 commit 20a5998
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 @@ -947,7 +947,7 @@ module spatz_vlsu
for (int unsigned fu = 0; fu < N_FU; fu++) begin
automatic int unsigned port = intf * N_FU + fu;

rob_wdata[intf][fu] = vrf_rdata_i[intf][0][ELEN*port +: ELEN];
rob_wdata[intf][fu] = vrf_rdata_i[intf][0][ELEN*fu +: ELEN];
rob_wid[intf][fu] = rob_id[intf][fu];
rob_req_id[intf][fu] = vrf_rvalid_i[intf][0] && (!mem_is_indexed || vrf_rvalid_i[intf][1]);
rob_push[intf][fu] = rob_req_id[intf][fu];
Expand Down

0 comments on commit 20a5998

Please sign in to comment.