From b7272b6e0579ff62c02c6fb12867754751592b14 Mon Sep 17 00:00:00 2001 From: Pop Ioan Daniel Date: Mon, 19 Aug 2024 13:43:09 +0300 Subject: [PATCH] ad411x_ad717x: DRDY Interrupt Connect DOUT/RDY signal to a GPIO pin. Signed-off-by: Pop Ioan Daniel --- projects/ad411x_ad717x/de10nano/system_top.v | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/projects/ad411x_ad717x/de10nano/system_top.v b/projects/ad411x_ad717x/de10nano/system_top.v index 6bfa423554..f850671c45 100644 --- a/projects/ad411x_ad717x/de10nano/system_top.v +++ b/projects/ad411x_ad717x/de10nano/system_top.v @@ -146,7 +146,7 @@ module system_top ( // adc control gpio assign - assign gpio_i[63:34] = gpio_o[63:34]; + assign gpio_i[63:35] = gpio_o[63:35]; assign gpio_i[31:15] = gpio_o[31:15]; // bd gpio @@ -156,6 +156,7 @@ module system_top ( assign gpio_i[32] = sync_error; assign gpio_i[33] = error; + assign gpio_i[34] = spi_miso; // IO Buffers for I2C