Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
backend: Fix zero-length transfers
Browse files Browse the repository at this point in the history
colluca committed Jul 1, 2024
1 parent 95f366e commit e7d6d2e
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
@@ -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

0 comments on commit e7d6d2e

Please sign in to comment.