Skip to content

Commit

Permalink
Revert "axi_dmac: assert xfer_request only when ready"
Browse files Browse the repository at this point in the history
This reverts commit 9d6f3de.
  • Loading branch information
Istvan Csomortani committed Mar 26, 2019
1 parent 41ffaca commit 3d4ea9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/axi_dmac/data_mover.v
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ wire last_load;
wire last;
wire early_tlast;

assign xfer_req = active & pending_burst;
assign xfer_req = active;

assign response_id = id;

Expand Down

0 comments on commit 3d4ea9c

Please sign in to comment.