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
parent
f0e8b7adec
commit
6ed684714e
|
@ -382,6 +382,8 @@ begin
|
||||||
up_irq_mask <= 3'b11;
|
up_irq_mask <= 3'b11;
|
||||||
up_dma_req_valid <= 1'b0;
|
up_dma_req_valid <= 1'b0;
|
||||||
up_scratch <= 'h00;
|
up_scratch <= 'h00;
|
||||||
|
up_dma_cyclic <= 1'b0;
|
||||||
|
up_axis_xlast <= 1'b0;
|
||||||
up_wack <= 1'b0;
|
up_wack <= 1'b0;
|
||||||
end else begin
|
end else begin
|
||||||
up_wack <= up_wreq;
|
up_wack <= up_wreq;
|
||||||
|
|
Loading…
Reference in New Issue