From b5434020510c6118153cbda448b5e808f321d2f0 Mon Sep 17 00:00:00 2001 From: AndreiGrozav Date: Wed, 12 Oct 2016 13:11:31 +0300 Subject: [PATCH] axi_mc_current_monitor: Add missing up_axi connection --- library/axi_mc_current_monitor/axi_mc_current_monitor.v | 1 + 1 file changed, 1 insertion(+) diff --git a/library/axi_mc_current_monitor/axi_mc_current_monitor.v b/library/axi_mc_current_monitor/axi_mc_current_monitor.v index fff50d92e..89ededd6b 100644 --- a/library/axi_mc_current_monitor/axi_mc_current_monitor.v +++ b/library/axi_mc_current_monitor/axi_mc_current_monitor.v @@ -404,6 +404,7 @@ up_axi i_up_axi( .up_wreq (up_wreq_s), .up_waddr (up_waddr_s), .up_wdata (up_wdata_s), + .up_wack (up_wack), .up_rreq (up_rreq_s), .up_raddr (up_raddr_s), .up_rdata (up_rdata),