Skip to content

Commit 57623c9

Browse files
committed
Update system_top
Signed-off-by: Capota Bianca <bianca-ramona.capota@analog.com>
1 parent dda78ee commit 57623c9

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

projects/admx100x_evb/zed/system_top.v

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -83,15 +83,15 @@ module system_top (
8383

8484
input otg_vbusoc,
8585

86-
input admx100x_sync_mode,
87-
input admx100x_en,
88-
input admx100x_cal,
89-
input admx100x_trig,
90-
inout admx100x_dac_ldac,
91-
inout admx100x_reset,
92-
output admx100x_ready,
93-
output admx100x_valid,
94-
output admx100x_ot,
86+
output admx100x_sync_mode,
87+
output admx100x_en,
88+
output admx100x_cal,
89+
output admx100x_trig,
90+
output admx100x_dac_ldac,
91+
output admx100x_reset,
92+
input admx100x_ready,
93+
input admx100x_valid,
94+
input admx100x_ot,
9595

9696
input admx100x_spi_miso,
9797
output admx100x_spi_mosi,

0 commit comments

Comments
 (0)