Skip to content

Commit 252232b

Browse files
committed
projects/adrv9361z7035: route_design script added
Signed-off-by: Pedro Mendonca <[email protected]>
1 parent a1bcf46 commit 252232b

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

projects/adrv9361z7035/ccbob_cmos/system_project.tcl

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

66
source ../../../scripts/adi_env.tcl
77
source $ad_hdl_dir/projects/scripts/adi_project_xilinx.tcl
88
source $ad_hdl_dir/projects/scripts/adi_board.tcl
9+
set ADI_POST_ROUTE_POD_PRE_SCRIPT [file normalize $ad_hdl_dir/projects/scripts/route_design.tcl]
910

1011
adi_project_create adrv9361z7035_ccbob_cmos 0 {} "xc7z035ifbg676-2L"
1112
adi_project_files adrv9361z7035_ccbob_cmos [list \

projects/adrv9361z7035/ccbob_lvds/system_project.tcl

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

66
source ../../../scripts/adi_env.tcl
77
source $ad_hdl_dir/projects/scripts/adi_project_xilinx.tcl
88
source $ad_hdl_dir/projects/scripts/adi_board.tcl
9+
set ADI_POST_ROUTE_POD_PRE_SCRIPT [file normalize $ad_hdl_dir/projects/scripts/route_design.tcl]
910

1011
adi_project_create adrv9361z7035_ccbob_lvds 0 {} "xc7z035ifbg676-2L"
1112
adi_project_files adrv9361z7035_ccbob_lvds [list \

projects/adrv9361z7035/ccfmc_lvds/system_project.tcl

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

66
source ../../../scripts/adi_env.tcl
77
source $ad_hdl_dir/projects/scripts/adi_project_xilinx.tcl
88
source $ad_hdl_dir/projects/scripts/adi_board.tcl
9+
set ADI_POST_ROUTE_POD_PRE_SCRIPT [file normalize $ad_hdl_dir/projects/scripts/route_design.tcl]
910

1011
adi_project_create adrv9361z7035_ccfmc_lvds 0 {} "xc7z035ifbg676-2L"
1112
adi_project_files adrv9361z7035_ccfmc_lvds [list \

0 commit comments

Comments
 (0)