Skip to content

Commit

Permalink
ad7124: Tie MISO to GPIO
Browse files Browse the repository at this point in the history
Signed-off-by: sarpadi <sergiu.arpadi@analog.com>
  • Loading branch information
sarpadi committed Oct 7, 2024
1 parent ce0f81b commit 957d77b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion projects/ad7124_asdz/de10nano/system_top.v
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ module system_top (

// adc control gpio assign

assign gpio_i[63:33] = gpio_o[63:33];
assign gpio_i[63:34] = gpio_o[63:34];
assign gpio_i[31:15] = gpio_o[31:15];

// bd gpio
Expand All @@ -148,6 +148,7 @@ module system_top (
assign gpio_bd_o[7:0] = gpio_o[7:0];

assign gpio_i[32] = sync_err;
assign gpio_i[33] = spi_miso;

// IO Buffers for I2C

Expand Down

0 comments on commit 957d77b

Please sign in to comment.