axi_mc_current_monitor: Add missing up_axi connection

main
AndreiGrozav 2016-10-12 13:11:31 +03:00
parent 91995c082d
commit b543402051
1 changed files with 1 additions and 0 deletions

View File

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