We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dda78ee commit 57623c9Copy full SHA for 57623c9
projects/admx100x_evb/zed/system_top.v
@@ -83,15 +83,15 @@ module system_top (
83
84
input otg_vbusoc,
85
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,
+ output admx100x_sync_mode,
+ output admx100x_en,
+ output admx100x_cal,
+ output admx100x_trig,
+ output admx100x_dac_ldac,
+ output admx100x_reset,
+ input admx100x_ready,
+ input admx100x_valid,
+ input admx100x_ot,
95
96
input admx100x_spi_miso,
97
output admx100x_spi_mosi,
0 commit comments