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
Lars-Peter Clausen 2015-09-13 17:32:24 +02:00
parent 91bb54467b
commit 39320ef48b
1 changed files with 1 additions and 1 deletions

View File

@ -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),