pluto_hdl_adi/projects/fmcomms11/zc706/system_bd.tcl

20 lines
689 B
Tcl

# instantiate the base design
source $ad_hdl_dir/projects/common/zc706/zc706_system_bd.tcl
# load all the FIFO related proccesses
source $ad_hdl_dir/projects/common/zc706/zc706_plddr3_adcfifo_bd.tcl
source $ad_hdl_dir/projects/common/xilinx/dacfifo_bd.tcl
# NOTE: to swap the resources comment the two lines above, and uncomment to two line below
#source $ad_hdl_dir/projects/common/zc706/zc706_plddr3_dacfifo_bd.tcl
#source $ad_hdl_dir/projects/common/xilinx/adcfifo_bd.tcl
# the DAC FIFO has a 500KSMP depth - 1 Mbyte
set dac_fifo_address_width 15
# by default PLDDR is used (1 Gbyte), this varible should be ignored
set adc_fifo_address_width 15
source ../common/fmcomms11_bd.tcl