2017-11-14 12:57:24 +00:00
|
|
|
|
|
|
|
source $ad_hdl_dir/projects/common/zed/zed_system_bd.tcl
|
|
|
|
|
|
|
|
# specify the spi reference clock frequency in MHz
|
2019-05-29 08:18:52 +00:00
|
|
|
set spi_clk_ref_frequency 166
|
2017-11-14 12:57:24 +00:00
|
|
|
|
|
|
|
# specify ADC resolution -- supported resolutions 16/18/20 bits
|
|
|
|
set adc_resolution 20
|
|
|
|
|
|
|
|
# specify ADC sampling rate in samples/seconds
|
|
|
|
|
|
|
|
# NOTE: This rate can be set just in turbo mode -- if turbo mode is not used
|
|
|
|
# the max rate should be 1.6 MSPS
|
|
|
|
set adc_sampling_rate 1800000
|
|
|
|
|
|
|
|
source ../common/ad40xx_bd.tcl
|
|
|
|
|