diff --git a/projects/ad9625_fmc/vc707/system_top.v b/projects/ad9625_fmc/vc707/system_top.v index d898b52a1..aa0018600 100644 --- a/projects/ad9625_fmc/vc707/system_top.v +++ b/projects/ad9625_fmc/vc707/system_top.v @@ -237,9 +237,9 @@ module system_top ( assign fan_pwm = 1'b1; system_wrapper i_system_wrapper ( - .ad9625_dma_intr (mb_intrs[13]), - .ad9625_gpio_intr (mb_intrs[12]), - .ad9625_spi_intr (mb_intrs[11]), + .ad9625_dma_intr (mb_intrs[10]), + .ad9625_gpio_intr (mb_intrs[14]), + .ad9625_spi_intr (mb_intrs[13]), .ddr3_addr (ddr3_addr), .ddr3_ba (ddr3_ba), .ddr3_cas_n (ddr3_cas_n),