Skip to content

Commit

Permalink
ad411x_ad717x: DRDY Interrupt
Browse files Browse the repository at this point in the history
Connect DOUT/RDY signal to a GPIO pin.

Signed-off-by: Pop Ioan Daniel <[email protected]>
  • Loading branch information
PIoandan committed Aug 19, 2024
1 parent ba99e54 commit b7272b6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion projects/ad411x_ad717x/de10nano/system_top.v
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

Expand Down

0 comments on commit b7272b6

Please sign in to comment.