File tree Expand file tree Collapse file tree 5 files changed +7
-6
lines changed Expand file tree Collapse file tree 5 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 1
1
# ###################################################################################
2
- # # Copyright (c) 2018 - 2025 Analog Devices, Inc.
2
+ # # Copyright (c) 2025 Analog Devices, Inc.
3
3
# ## SPDX short identifier: BSD-1-Clause
4
4
# # Auto-generated, do not modify!
5
5
# ###################################################################################
Original file line number Diff line number Diff line change @@ -34,5 +34,5 @@ make BUFMRCE_EN=0
34
34
#### BUFMRCE_EN enabled
35
35
36
36
```
37
- make BUFMRCE_EN=0
37
+ make BUFMRCE_EN=1
38
38
```
Original file line number Diff line number Diff line change @@ -19,7 +19,6 @@ adi_project_files ada4355_fmc_zed [list \
19
19
" $ad_hdl_dir /library/common/ad_iobuf.v" \
20
20
" $ad_hdl_dir /projects/common/zed/zed_system_constr.xdc" ]
21
21
22
-
23
22
switch $BUFMRCE_EN {
24
23
0 {
25
24
adi_project_files ada4355_fmc_zed [list \
Original file line number Diff line number Diff line change @@ -252,4 +252,5 @@ module system_top (
252
252
.frame_p(frame_p),
253
253
.frame_n(frame_n),
254
254
.sync_n (1'b1 ));
255
+
255
256
endmodule
Original file line number Diff line number Diff line change @@ -132,10 +132,10 @@ module system_top (
132
132
wire [ 1 :0 ] iic_mux_sda_o_s;
133
133
wire iic_mux_sda_t_s;
134
134
135
- assign gpio_i[36 ] = gain_sel2;
136
- assign gpio_i[37 ] = gpio_1p8va_en;
135
+ assign gpio_i[36 ] = gain_sel2;
136
+ assign gpio_i[37 ] = gpio_1p8va_en;
137
137
138
- assign gpio_i[63 :38 ] = gpio_o[63 :38 ];
138
+ assign gpio_i[63 :38 ] = gpio_o[63 :38 ];
139
139
140
140
ad_iobuf #(
141
141
.DATA_WIDTH(32 )
@@ -244,4 +244,5 @@ module system_top (
244
244
.frame_p(frame_p),
245
245
.frame_n(frame_n),
246
246
.sync_n (1'b1 ));
247
+
247
248
endmodule
You can’t perform that action at this time.
0 commit comments