Skip to content

Commit

Permalink
V3: Ad7606 serial/parallel interface
Browse files Browse the repository at this point in the history
Guideline check errors fixed

Signed-off-by: Ioan-daniel Pop <[email protected]>
  • Loading branch information
PIoandan committed Nov 20, 2023
1 parent 31a2df7 commit 5f8cd02
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions projects/ad7606x_fmc/zed/system_top_si.v
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,8 @@ module system_top #(
.dio_t (gpio_t[39:32]),
.dio_i (gpio_o[39:32]),
.dio_o (gpio_i[39:32]),
.dio_p ({adc_serpar, // 39
adc_first_data, // 38
.dio_p ({adc_serpar, // 39
adc_first_data, // 38
adc_reset, // 37
adc_stby, // 36
adc_range, // 35
Expand All @@ -136,7 +136,7 @@ module system_top #(

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

ad_iobuf #(
ad_iobuf #(
.DATA_WIDTH(2)
) i_iobuf_iic_mux_scl (
.dio_t({iic_mux_scl_t_s, iic_mux_scl_t_s}),
Expand Down

0 comments on commit 5f8cd02

Please sign in to comment.