Skip to content

Commit 3fb4e24

Browse files
committed
ad7616_sdz/zed: Fix system_top.v GPIOs
1 parent b320a7f commit 3fb4e24

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

projects/ad7616_sdz/zed/system_top_pi.v

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ module system_top (
130130
assign gpio_i[63:44] = gpio_o[63:44];
131131
assign gpio_i[40:38] = gpio_o[40:38];
132132
assign gpio_i[36] = gpio_o[36];
133+
assign gpio_i[32] = gpio_o[32];
133134

134135
ad_iobuf #(
135136
.DATA_WIDTH(16)

0 commit comments

Comments
 (0)