Skip to content

Commit 314b08a

Browse files
committed
ada4355: Cosmetic fixes
Signed-off-by: Pop Ioan Daniel <pop.ioan-daniel@analog.com>
1 parent d48f6f5 commit 314b08a

File tree

5 files changed

+7
-6
lines changed

5 files changed

+7
-6
lines changed

projects/ada4355_fmc/zed/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
####################################################################################
2-
## Copyright (c) 2018 - 2025 Analog Devices, Inc.
2+
## Copyright (c) 2025 Analog Devices, Inc.
33
### SPDX short identifier: BSD-1-Clause
44
## Auto-generated, do not modify!
55
####################################################################################

projects/ada4355_fmc/zed/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,5 @@ make BUFMRCE_EN=0
3434
#### BUFMRCE_EN enabled
3535

3636
```
37-
make BUFMRCE_EN=0
37+
make BUFMRCE_EN=1
3838
```

projects/ada4355_fmc/zed/system_project.tcl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ adi_project_files ada4355_fmc_zed [list \
1919
"$ad_hdl_dir/library/common/ad_iobuf.v" \
2020
"$ad_hdl_dir/projects/common/zed/zed_system_constr.xdc" ]
2121

22-
2322
switch $BUFMRCE_EN {
2423
0 {
2524
adi_project_files ada4355_fmc_zed [list \

projects/ada4355_fmc/zed/system_top.v

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,4 +252,5 @@ module system_top (
252252
.frame_p(frame_p),
253253
.frame_n(frame_n),
254254
.sync_n (1'b1));
255+
255256
endmodule

projects/ada4355_fmc/zed/system_top_bufmrce_en.v

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -132,10 +132,10 @@ module system_top (
132132
wire [ 1:0] iic_mux_sda_o_s;
133133
wire iic_mux_sda_t_s;
134134

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;
137137

138-
assign gpio_i[63:38] = gpio_o[63:38];
138+
assign gpio_i[63:38] = gpio_o[63:38];
139139

140140
ad_iobuf #(
141141
.DATA_WIDTH(32)
@@ -244,4 +244,5 @@ module system_top (
244244
.frame_p(frame_p),
245245
.frame_n(frame_n),
246246
.sync_n (1'b1));
247+
247248
endmodule

0 commit comments

Comments
 (0)