Skip to content

Commit

Permalink
Fix missing signal connection in r_dp_req type
Browse files Browse the repository at this point in the history
  • Loading branch information
Yvan Tortorella authored and thommythomaso committed May 10, 2024
1 parent 5cf2c33 commit 0ac4fe5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/backend/tpl/idma_backend.sv.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,8 @@ _rsp_t ${protocol}_write_rsp_i,
offset: idma_req_i.src_addr[OffsetWidth-1:0],
tailer: OffsetWidth'(idma_req_i.length + idma_req_i.src_addr[OffsetWidth-1:0]),
shift: OffsetWidth'(idma_req_i.src_addr[OffsetWidth-1:0]),
decouple_aw: idma_req_i.opt.beo.decouple_aw
decouple_aw: idma_req_i.opt.beo.decouple_aw,
is_single: len == '0
};
// assemble write datapath request
Expand Down

0 comments on commit 0ac4fe5

Please sign in to comment.