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
|
2019-04-04 15:16:11 +00:00
|
|
|
source $ad_hdl_dir/projects/scripts/adi_board.tcl
|
|
|
|
|
2020-02-06 14:32:40 +00:00
|
|
|
adi_project ad9208_dual_ebz_vcu118
|
|
|
|
adi_project_files ad9208_dual_ebz_vcu118 [list \
|
2019-04-04 15:16:11 +00:00
|
|
|
"system_top.v" \
|
|
|
|
"system_constr.xdc"\
|
2020-09-23 08:30:18 +00:00
|
|
|
"$ad_hdl_dir/library/common/ad_iobuf.v" \
|
2019-04-04 15:16:11 +00:00
|
|
|
"$ad_hdl_dir/projects/daq3/common/daq3_spi.v" \
|
|
|
|
"$ad_hdl_dir/projects/common/vcu118/vcu118_system_constr.xdc" ]
|
|
|
|
|
|
|
|
## To improve timing in DDR4 MIG
|
|
|
|
#set_property strategy Performance_Retiming [get_runs impl_1]
|
|
|
|
set_property strategy Performance_SpreadSLLs [get_runs impl_1]
|
|
|
|
|
2020-02-06 14:32:40 +00:00
|
|
|
adi_project_run ad9208_dual_ebz_vcu118
|
2019-04-04 15:16:11 +00:00
|
|
|
|