pluto_hdl_adi/projects/ad40xx_fmc/zed/system_bd.tcl

18 lines
450 B
Tcl
Raw Normal View History

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
set spi_clk_ref_frequency 160
# 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