adv7511_kcu105: PCORE_DEVICE_TYPE is a carrier specific parameter.
Move the PCORE_DEVICE_TYPE parameter from common to system_bd.main
parent
7c289c8844
commit
feb29d57a5
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue