pluto_hdl_adi/projects/fmcadc2/vc707/system_bd.tcl

14 lines
373 B
Tcl
Raw Normal View History

2014-12-08 15:44:15 +00:00
## FIFO depth is 16Mb - 1M samples
set adc_fifo_name axi_ad9625_fifo
set adc_fifo_address_width 18
set adc_data_width 256
set adc_dma_data_width 64
## NOTE: With this configuration the #36Kb BRAM utilization is at ~68%
2014-12-08 15:44:15 +00:00
source $ad_hdl_dir/projects/common/vc707/vc707_system_bd.tcl
source $ad_hdl_dir/projects/common/xilinx/adcfifo_bd.tcl
2014-12-08 15:44:15 +00:00
source ../common/fmcadc2_bd.tcl