pluto_hdl_adi/projects/fmcadc4/zc706/system_bd.tcl

24 lines
854 B
Tcl
Raw Normal View History

2014-12-08 15:44:15 +00:00
source $ad_hdl_dir/projects/common/zc706/zc706_system_bd.tcl
source $ad_hdl_dir/projects/common/zc706/zc706_system_plddr3.tcl
2015-05-11 17:54:43 +00:00
p_plddr3_fifo [current_bd_instance .] axi_ad9680_fifo 256
2014-12-08 15:44:15 +00:00
2014-12-15 17:59:25 +00:00
create_bd_port -dir I -type rst sys_rst
2015-03-19 20:31:52 +00:00
create_bd_intf_port -mode Master -vlnv xilinx.com:interface:ddrx_rtl:1.0 ddr3
2014-12-09 15:37:22 +00:00
create_bd_intf_port -mode Slave -vlnv xilinx.com:interface:diff_clock_rtl:1.0 sys_clk
2015-03-19 20:31:52 +00:00
set_property CONFIG.POLARITY {ACTIVE_HIGH} [get_bd_ports sys_rst]
2015-05-11 17:54:43 +00:00
ad_connect sys_rst axi_ad9680_fifo/sys_rst
ad_connect sys_clk axi_ad9680_fifo/sys_clk
ad_connect ddr3 axi_ad9680_fifo/ddr3
2015-03-19 20:31:52 +00:00
create_bd_addr_seg -range 0x40000000 -offset 0x80000000 \
2015-05-11 17:54:43 +00:00
[get_bd_addr_spaces axi_ad9680_fifo/axi_adcfifo/axi] \
[get_bd_addr_segs axi_ad9680_fifo/axi_ddr_cntrl/memmap/memaddr] \
2015-03-19 20:31:52 +00:00
SEG_axi_ddr_cntrl_memaddr
2014-12-08 15:44:15 +00:00
2014-12-09 15:37:22 +00:00
source ../common/fmcadc4_bd.tcl
2014-12-08 15:44:15 +00:00