Skip to content

Commit

Permalink
backend: Fix zero-length transfers
Browse files Browse the repository at this point in the history
  • Loading branch information
colluca authored and thommythomaso committed Jul 4, 2024
1 parent 5317ed8 commit 5b5f111
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/backend/tpl/idma_backend.sv.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -398,6 +398,7 @@ _rsp_t ${protocol}_write_rsp_i,
// generate new response
rsp_valid_o = 1'b1;
idma_rsp_o = '0;
idma_rsp_o.last = 1'b1;
idma_rsp_o.error = 1'b1;
idma_rsp_o.pld.err_type = idma_pkg::BACKEND;
end
Expand Down

0 comments on commit 5b5f111

Please sign in to comment.