2023-07-06 12:08:22 +00:00
|
|
|
###############################################################################
|
|
|
|
## Copyright (C) 2016-2023 Analog Devices, Inc. All rights reserved.
|
|
|
|
### SPDX short identifier: ADIBSD
|
|
|
|
###############################################################################
|
2020-03-31 09:18:59 +00:00
|
|
|
|
|
|
|
set dac_fifo_address_width 10
|
|
|
|
set xcvr_reconfig_addr_width 11
|
|
|
|
|
|
|
|
source $ad_hdl_dir/projects/common/s10soc/s10soc_system_qsys.tcl
|
|
|
|
source $ad_hdl_dir/projects/common/intel/dacfifo_qsys.tcl
|
2022-09-23 09:28:22 +00:00
|
|
|
|
|
|
|
if [info exists ad_project_dir] {
|
|
|
|
source ../../common/adrv9009_qsys.tcl
|
|
|
|
} else {
|
|
|
|
source ../common/adrv9009_qsys.tcl
|
|
|
|
}
|