axi_dmac: Fix source pause signal
For the source controller use the pause signal that has been properly transferred to the source clock domain rather than the pause signal from the request clock domain. Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>main
parent
5af371db6b
commit
052860cbc3
|
@ -618,7 +618,7 @@ dmac_src_mm_axi #(
|
||||||
.m_axi_aclk(m_src_axi_aclk),
|
.m_axi_aclk(m_src_axi_aclk),
|
||||||
.m_axi_aresetn(src_resetn),
|
.m_axi_aresetn(src_resetn),
|
||||||
|
|
||||||
.pause(pause),
|
.pause(src_pause),
|
||||||
.enable(src_enable),
|
.enable(src_enable),
|
||||||
.enabled(src_enabled),
|
.enabled(src_enabled),
|
||||||
.sync_id(src_sync_id),
|
.sync_id(src_sync_id),
|
||||||
|
|
Loading…
Reference in New Issue