2023-07-06 12:08:22 +00:00
|
|
|
###############################################################################
|
|
|
|
## Copyright (C) 2014-2023 Analog Devices, Inc. All rights reserved.
|
|
|
|
### SPDX short identifier: ADIBSD
|
|
|
|
###############################################################################
|
|
|
|
|
2022-07-12 11:06:15 +00:00
|
|
|
source ../../../scripts/adi_env.tcl
|
2018-08-14 08:43:32 +00:00
|
|
|
source $ad_hdl_dir/projects/scripts/adi_project_xilinx.tcl
|
2015-03-30 18:58:49 +00:00
|
|
|
source $ad_hdl_dir/projects/scripts/adi_board.tcl
|
2014-11-10 18:41:01 +00:00
|
|
|
|
2022-01-20 18:39:51 +00:00
|
|
|
# get_env_param retrieves parameter value from the environment if exists,
|
|
|
|
# other case use the default value
|
|
|
|
#
|
|
|
|
# Use over-writable parameters from the environment.
|
|
|
|
#
|
|
|
|
# e.g.
|
|
|
|
# make RX_JESD_L=1
|
|
|
|
# make RX_JESD_L=2
|
|
|
|
|
|
|
|
# Parameter description:
|
|
|
|
# RX_JESD_L : Number of lanes per link
|
|
|
|
|
|
|
|
adi_project ad6676evb_vc707 0 [list \
|
|
|
|
RX_JESD_L [get_env_param RX_JESD_L 2 ] \
|
|
|
|
]
|
|
|
|
|
2014-11-10 18:41:01 +00:00
|
|
|
adi_project_files ad6676evb_vc707 [list \
|
|
|
|
"system_top.v" \
|
|
|
|
"system_constr.xdc"\
|
2020-09-23 08:30:18 +00:00
|
|
|
"$ad_hdl_dir/library/common/ad_iobuf.v" \
|
2016-12-19 10:52:25 +00:00
|
|
|
"$ad_hdl_dir/library/common/ad_sysref_gen.v" \
|
2014-11-10 18:41:01 +00:00
|
|
|
"$ad_hdl_dir/projects/common/vc707/vc707_system_constr.xdc" ]
|
|
|
|
|
|
|
|
adi_project_run ad6676evb_vc707
|
|
|
|
|
|
|
|
|