ad9783_ebz: Match project name with folder name
parent
3e297f54dd
commit
d2d32458f4
|
@ -4,7 +4,7 @@
|
||||||
## Auto-generated, do not modify!
|
## Auto-generated, do not modify!
|
||||||
####################################################################################
|
####################################################################################
|
||||||
|
|
||||||
PROJECT_NAME := ad9783_zcu102
|
PROJECT_NAME := ad9783_ebz_zcu102
|
||||||
|
|
||||||
M_DEPS += ../common/ad9783_ebz_bd.tcl
|
M_DEPS += ../common/ad9783_ebz_bd.tcl
|
||||||
M_DEPS += ../../scripts/adi_pd.tcl
|
M_DEPS += ../../scripts/adi_pd.tcl
|
||||||
|
|
|
@ -3,10 +3,10 @@ source ../../../scripts/adi_env.tcl
|
||||||
source $ad_hdl_dir/projects/scripts/adi_project_xilinx.tcl
|
source $ad_hdl_dir/projects/scripts/adi_project_xilinx.tcl
|
||||||
source $ad_hdl_dir/projects/scripts/adi_board.tcl
|
source $ad_hdl_dir/projects/scripts/adi_board.tcl
|
||||||
|
|
||||||
adi_project ad9783_zcu102
|
adi_project ad9783_ebz_zcu102
|
||||||
adi_project_files ad9783_zcu102 [list \
|
adi_project_files ad9783_ebz_zcu102 [list \
|
||||||
"system_top.v" \
|
"system_top.v" \
|
||||||
"system_constr.xdc"\
|
"system_constr.xdc"\
|
||||||
"$ad_hdl_dir/projects/common/zcu102/zcu102_system_constr.xdc" ]
|
"$ad_hdl_dir/projects/common/zcu102/zcu102_system_constr.xdc" ]
|
||||||
|
|
||||||
adi_project_run ad9783_zcu102
|
adi_project_run ad9783_ebz_zcu102
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
// ***************************************************************************
|
// ***************************************************************************
|
||||||
// ***************************************************************************
|
// ***************************************************************************
|
||||||
// Copyright 2021 (c) Analog Devices, Inc. All rights reserved.
|
// Copyright 2021 - 2022 (c) Analog Devices, Inc. All rights reserved.
|
||||||
//
|
//
|
||||||
// In this HDL repository, there are many different and unique modules, consisting
|
// In this HDL repository, there are many different and unique modules, consisting
|
||||||
// of various HDL (Verilog or VHDL) components. The individual modules are
|
// of various HDL (Verilog or VHDL) components. The individual modules are
|
||||||
|
|
Loading…
Reference in New Issue