adv7511: audio_clkgen: Disable clock source buffer insertion
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
4a582bf9ad
commit
216826a9e5
|
@ -36,6 +36,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 false
|
||||
ad_ip_parameter sys_audio_clkgen CONFIG.USE_PHASE_ALIGNMENT false
|
||||
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 0
|
||||
|
|
Loading…
Reference in New Issue