Skip to content

Commit fcdc23b

Browse files
committed
Update project files
Signed-off-by: Capota Bianca <[email protected]>
1 parent 6393e45 commit fcdc23b

File tree

4 files changed

+5
-6
lines changed

4 files changed

+5
-6
lines changed

projects/admx100x_evb/zed/system_bd.tcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
###############################################################################
2-
## Copyright (C) 2014-2023 Analog Devices, Inc. All rights reserved.
2+
## Copyright (C) 2025 Analog Devices, Inc. All rights reserved.
33
### SPDX short identifier: ADIBSD
44
###############################################################################
55

projects/admx100x_evb/zed/system_constr.xdc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
###############################################################################
2-
## Copyright (C) 2019-2025 Analog Devices, Inc. All rights reserved.
2+
## Copyright (C) 2025 Analog Devices, Inc. All rights reserved.
33
### SPDX short identifier: ADIBSD
44
###############################################################################
55

@@ -49,4 +49,4 @@ set_property -dict {IOSTANDARD LVCMOS33} [get_ports gpio_bd[28]] ; ## XADC
4949
set_property -dict {IOSTANDARD LVCMOS33} [get_ports gpio_bd[29]] ; ## XADC-GIO2
5050
set_property -dict {IOSTANDARD LVCMOS33} [get_ports gpio_bd[30]] ; ## XADC-GIO3
5151

52-
set_property -dict {IOSTANDARD LVCMOS33} [get_ports gpio_bd[31]] ; ## OTG-RESETN
52+
set_property -dict {IOSTANDARD LVCMOS33} [get_ports gpio_bd[31]] ; ## OTG-RESETN

projects/admx100x_evb/zed/system_project.tcl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
###############################################################################
2-
## Copyright (C) 2016-2023 Analog Devices, Inc. All rights reserved.
2+
## Copyright (C) 2025 Analog Devices, Inc. All rights reserved.
33
### SPDX short identifier: ADIBSD
44
###############################################################################
55

@@ -17,4 +17,3 @@ adi_project_files admx100x_evb_zed [list \
1717
"system_top.v"]
1818

1919
adi_project_run admx100x_evb_zed
20-

projects/admx100x_evb/zed/system_top.v

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// ***************************************************************************
22
// ***************************************************************************
3-
// Copyright (C) 2022-2023 Analog Devices, Inc. All rights reserved.
3+
// Copyright (C) 2025 Analog Devices, Inc. All rights reserved.
44
//
55
// In this HDL repository, there are many different and unique modules, consisting
66
// of various HDL (Verilog or VHDL) components. The individual modules are

0 commit comments

Comments
 (0)