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
91bb54467b
commit
39320ef48b
|
@ -618,7 +618,7 @@ dmac_src_mm_axi #(
|
|||
.m_axi_aclk(m_src_axi_aclk),
|
||||
.m_axi_aresetn(src_resetn),
|
||||
|
||||
.pause(pause),
|
||||
.pause(src_pause),
|
||||
.enable(src_enable),
|
||||
.enabled(src_enabled),
|
||||
.sync_id(src_sync_id),
|
||||
|
|
Loading…
Reference in New Issue