adv7511_kcu105: PCORE_DEVICE_TYPE is a carrier specific parameter.

Move the PCORE_DEVICE_TYPE parameter from  common to system_bd.
main
Istvan Csomortani 2015-03-26 12:08:26 +02:00
parent 7c289c8844
commit feb29d57a5
2 changed files with 2 additions and 1 deletions

View File

@ -23,7 +23,6 @@ create_bd_port -dir O spdif
set axi_hdmi_clkgen [create_bd_cell -type ip -vlnv analog.com:user:axi_clkgen:1.0 axi_hdmi_clkgen]
set axi_hdmi_core [create_bd_cell -type ip -vlnv analog.com:user:axi_hdmi_tx:1.0 axi_hdmi_core]
set_property -dict [list CONFIG.PCORE_DEVICE_TYPE {1}] $axi_hdmi_core
set axi_hdmi_dma [create_bd_cell -type ip -vlnv xilinx.com:ip:axi_vdma:6.2 axi_hdmi_dma]
set_property -dict [list CONFIG.c_m_axis_mm2s_tdata_width {64}] $axi_hdmi_dma

View File

@ -2,3 +2,5 @@
source $ad_hdl_dir/projects/common/kcu105/kcu105_system_bd.tcl
source ../common/adv7511_bd.tcl
set_property -dict [list CONFIG.PCORE_DEVICE_TYPE {1}] $axi_hdmi_core