From 7899226d7dba70b02e8b09f45dd5e93b38f9217e Mon Sep 17 00:00:00 2001 From: Liviu 'Ceshu' Adace Date: Thu, 31 Oct 2024 15:35:08 +0200 Subject: [PATCH] projects: ad469x_fmc: Small fix in system top Signed-off-by: Liviu 'Ceshu' Adace --- projects/ad469x_fmc/de10nano/system_top.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/ad469x_fmc/de10nano/system_top.v b/projects/ad469x_fmc/de10nano/system_top.v index cced2733ac2..ea377ad7459 100644 --- a/projects/ad469x_fmc/de10nano/system_top.v +++ b/projects/ad469x_fmc/de10nano/system_top.v @@ -207,7 +207,7 @@ module system_top #( sync_bits #( .ASYNC_CLK(1) ) i_sync_bits ( - .in_bits (gpio_i[33]), + .in_bits (ad469x_busy_alt_gp0), .out_resetn (~spi_resetn), .out_clk (spi_clk_s), .out_bits (spi_trigger_ed));