Skip to content

Commit

Permalink
ad77681/zed: Connect RDY to GPIO
Browse files Browse the repository at this point in the history
Require for GPIO IRQ support using RDY

Signed-off-by: sarpadi <[email protected]>
  • Loading branch information
sarpadi committed Dec 19, 2024
1 parent fed5056 commit b55fb5c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion projects/ad77681evb/zed/system_top.v
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,8 @@ module system_top (
ad77681_sync_out,
ad77681_reset}));

assign gpio_i[63:39] = gpio_o[63:39];
assign gpio_i[63:40] = gpio_o[63:40];
assign gpio_i[39] = ad77681_drdy;

ad_iobuf #(
.DATA_WIDTH(32)
Expand Down

0 comments on commit b55fb5c

Please sign in to comment.