adrv9009/zcu102: Increase DAC buffer depth to 18Mb
parent
d2939f2a44
commit
559e00fd75
|
@ -1,9 +1,12 @@
|
|||
|
||||
## FIFO depth is 18Mb - 1M samples
|
||||
set dac_fifo_name axi_adrv9009_dacfifo
|
||||
set dac_fifo_address_width 14
|
||||
set dac_fifo_address_width 17
|
||||
set dac_data_width 128
|
||||
set dac_dma_data_width 128
|
||||
|
||||
## NOTE: With this configuration the #36Kb BRAM utilization is at ~57%
|
||||
|
||||
source $ad_hdl_dir/projects/common/zcu102/zcu102_system_bd.tcl
|
||||
source $ad_hdl_dir/projects/common/xilinx/dacfifo_bd.tcl
|
||||
|
||||
|
|
|
@ -10,5 +10,8 @@ adi_project_files adrv9009_zcu102 [list \
|
|||
"$ad_hdl_dir/library/xilinx/common/ad_iobuf.v" \
|
||||
"$ad_hdl_dir/projects/common/zcu102/zcu102_system_constr.xdc" ]
|
||||
|
||||
## To improve timing of the BRAM buffers
|
||||
set_property strategy Performance_RefinePlacement [get_runs impl_1]
|
||||
|
||||
adi_project_run adrv9009_zcu102
|
||||
|
||||
|
|
Loading…
Reference in New Issue