Skip to content

Commit 63c2a2f

Browse files
committed
adaq23875: Rename project
Signed-off-by: Stanca Pop <[email protected]>
1 parent 16c7ac0 commit 63c2a2f

File tree

11 files changed

+9
-9
lines changed

11 files changed

+9
-9
lines changed
File renamed without changes.

projects/adaq2387x/common/adaq2387x_bd.tcl renamed to projects/adaq23875/common/adaq23875_bd.tcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ set CLK_GATE_WIDTH [expr {($TWOLANES == 0 && $ADC_RES == 18) ? 9 : \
1414
($TWOLANES == 1 && $ADC_RES == 18) ? 5 : \
1515
4}]
1616

17-
# adaq2387 i/o
17+
# adaq23875 i/o
1818

1919
create_bd_port -dir I ref_clk
2020
create_bd_port -dir O sampling_clk
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
## Auto-generated, do not modify!
55
####################################################################################
66

7-
PROJECT_NAME := adaq2387x_zed
7+
PROJECT_NAME := adaq23875_zed
88

99
M_DEPS += ../../scripts/adi_pd.tcl
1010
M_DEPS += ../../common/zed/zed_system_constr.xdc
1111
M_DEPS += ../../common/zed/zed_system_bd.tcl
12-
M_DEPS += ../../adaq2387x/common/adaq2387x_bd.tcl
12+
M_DEPS += ../../adaq23875/common/adaq23875_bd.tcl
1313
M_DEPS += ../../../library/xilinx/common/ad_data_clk.v
1414
M_DEPS += ../../../library/common/ad_iobuf.v
1515

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!-- no_no_os -->
22

3-
# ADAQ2387X/ZED HDL Project
3+
# ADAQ23875/ZED HDL Project
44

55
- VADJ with which it was tested in hardware: 2.5V
66

@@ -9,7 +9,7 @@
99
The parameters configurable through the ``make`` command, can be found below, as well as in the **system_project.tcl** file; it contains the default configuration.
1010

1111
```
12-
cd projects/adaq2387x/zed
12+
cd projects/adaq23875/zed
1313
make
1414
```
1515

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
source $ad_hdl_dir/projects/common/zed/zed_system_bd.tcl
77
source $ad_hdl_dir/projects/scripts/adi_pd.tcl
88
# sourcing the common design
9-
source $ad_hdl_dir/projects/adaq2387x/common/adaq2387x_bd.tcl
9+
source $ad_hdl_dir/projects/adaq23875/common/adaq23875_bd.tcl
1010

1111
# system ID
1212
ad_ip_parameter axi_sysid_0 CONFIG.ROM_ADDR_BITS 9
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ source $ad_hdl_dir/projects/scripts/adi_board.tcl
3131
# ADAQ23876 | 16 | 0 or 1 | 0 or 1 |
3232
# ADAQ23878 | 18 | 0 or 1 | 0 or 1 |
3333

34-
adi_project adaq2387x_zed 0 [list \
34+
adi_project adaq23875_zed 0 [list \
3535
TWOLANES [get_env_param TWOLANES 1 ] \
3636
ADC_RES [get_env_param ADC_RES 18 ] \
3737
USE_MMCM [get_env_param USE_MMCM 0 ]]
@@ -52,6 +52,6 @@ if { [get_env_param USE_MMCM 0] == 1 } {
5252
}
5353

5454
# Register final list
55-
adi_project_files adaq2387x_zed $base_files
55+
adi_project_files adaq23875_zed $base_files
5656

57-
adi_project_run adaq2387x_zed
57+
adi_project_run adaq23875_zed

0 commit comments

Comments
 (0)