axi_dmac: Add missing reset for cyclic and xlast flags

Make sure the cyclic and xlast flag registers are covered by the reset signal.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
main
Lars-Peter Clausen 2017-04-11 15:19:54 +02:00
parent f0e8b7adec
commit 6ed684714e
1 changed files with 2 additions and 0 deletions

View File

@ -382,6 +382,8 @@ begin
up_irq_mask <= 3'b11;
up_dma_req_valid <= 1'b0;
up_scratch <= 'h00;
up_dma_cyclic <= 1'b0;
up_axis_xlast <= 1'b0;
up_wack <= 1'b0;
end else begin
up_wack <= up_wreq;