Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
thommythomaso committed Nov 30, 2023
1 parent 278b7df commit 83fba99
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/backend/tpl/idma_backend_synth.sv.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,6 @@ ${p}_${database[p]['write_meta_channel']}_width\
assign idma_req.opt.src_protocol = req_src_protocol_i;
assign idma_req.opt.dst_protocol = req_dst_protocol_i;
assign idma_req.opt.axi_id = req_axi_id_i;
assign idma_req.opt.dst_protocol = req_dst_protocol;
assign idma_req.opt.dst.cache = req_dst_cache_i;
assign idma_req.opt.dst.burst = req_dst_burst_i;
assign idma_req.opt.dst.qos = req_dst_qos_i;
Expand Down

0 comments on commit 83fba99

Please sign in to comment.