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 689e9a6 commit 68237d7
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 @@ -644,7 +644,7 @@ module spatz_vlsu

// Remember if the interfaces finished writing back to the VRF.
// Clear this notebook once the memory instruction is over.
`FFLARNC(vrf_req_q_rsp_valid_q[intf], 1'b1, vrf_req_q[intf].rsp_valid, &vrf_commit_intf_valid, '0, clk_i, rst_ni)
`FFLARNC(vrf_req_q_rsp_valid_q[intf], 1'b1, vrf_req_valid_q[intf] && vrf_req_q[intf].rsp_valid, vlsu_rsp_valid_o, '0, clk_i, rst_ni)
assign vrf_commit_intf_valid[intf] = vrf_req_q[intf].rsp_valid | vrf_req_q_rsp_valid_q[intf];
end

Expand Down

0 comments on commit 68237d7

Please sign in to comment.