common: zed/zc702/zc706/mitx045: Set audio clkgen clock source type
Depending on the configuration of the clock source type of the input clock the clocking wizard will instantiate all kinds of buffers on the input clock signal. For these particular projects there is no need to add any kind of buffer since the source is already coming from a global clock buffer. So set the configuration accordingly. Avoids the following warning: [Opt 31-32] Removing redundant IBUF since it is not being driven by a top-level port. i_system_wrapper/system_i/sys_audio_clkgen/inst/clkin1_ibufg Resolution: The tool has removed redundant IBUF. To resolve this warning, check for redundant IBUF in the input design. Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>main
parent
23ccc66f22
commit
bfcc3696e4
|
@ -116,6 +116,7 @@ ad_ip_parameter sys_audio_clkgen CONFIG.CLKOUT1_REQUESTED_OUT_FREQ 12.288
|
|||
ad_ip_parameter sys_audio_clkgen CONFIG.USE_LOCKED false
|
||||
ad_ip_parameter sys_audio_clkgen CONFIG.USE_RESET true
|
||||
ad_ip_parameter sys_audio_clkgen CONFIG.RESET_TYPE ACTIVE_LOW
|
||||
ad_ip_parameter sys_audio_clkgen CONFIG.PRIM_SOURCE No_buffer
|
||||
|
||||
ad_ip_instance axi_spdif_tx axi_spdif_tx_core
|
||||
ad_ip_parameter axi_spdif_tx_core CONFIG.DMA_TYPE 1
|
||||
|
|
|
@ -106,6 +106,7 @@ ad_ip_parameter sys_audio_clkgen CONFIG.CLKOUT1_REQUESTED_OUT_FREQ 12.288
|
|||
ad_ip_parameter sys_audio_clkgen CONFIG.USE_LOCKED false
|
||||
ad_ip_parameter sys_audio_clkgen CONFIG.USE_RESET true
|
||||
ad_ip_parameter sys_audio_clkgen CONFIG.RESET_TYPE ACTIVE_LOW
|
||||
ad_ip_parameter sys_audio_clkgen CONFIG.PRIM_SOURCE No_buffer
|
||||
|
||||
ad_ip_instance axi_spdif_tx axi_spdif_tx_core
|
||||
ad_ip_parameter axi_spdif_tx_core CONFIG.DMA_TYPE 1
|
||||
|
|
|
@ -107,6 +107,7 @@ ad_ip_parameter sys_audio_clkgen CONFIG.CLKOUT1_REQUESTED_OUT_FREQ 12.288
|
|||
ad_ip_parameter sys_audio_clkgen CONFIG.USE_LOCKED false
|
||||
ad_ip_parameter sys_audio_clkgen CONFIG.USE_RESET true
|
||||
ad_ip_parameter sys_audio_clkgen CONFIG.RESET_TYPE ACTIVE_LOW
|
||||
ad_ip_parameter sys_audio_clkgen CONFIG.PRIM_SOURCE No_buffer
|
||||
|
||||
ad_ip_instance axi_spdif_tx axi_spdif_tx_core
|
||||
ad_ip_parameter axi_spdif_tx_core CONFIG.DMA_TYPE 1
|
||||
|
|
|
@ -130,6 +130,7 @@ ad_ip_parameter sys_audio_clkgen CONFIG.CLKOUT1_REQUESTED_OUT_FREQ 12.288
|
|||
ad_ip_parameter sys_audio_clkgen CONFIG.USE_LOCKED false
|
||||
ad_ip_parameter sys_audio_clkgen CONFIG.USE_RESET true
|
||||
ad_ip_parameter sys_audio_clkgen CONFIG.RESET_TYPE ACTIVE_LOW
|
||||
ad_ip_parameter sys_audio_clkgen CONFIG.PRIM_SOURCE No_buffer
|
||||
|
||||
ad_ip_instance axi_spdif_tx axi_spdif_tx_core
|
||||
ad_ip_parameter axi_spdif_tx_core CONFIG.DMA_TYPE 1
|
||||
|
|
Loading…
Reference in New Issue