adrv936x/ccbox_lvds: unconnected clock for ad9361 input protection
The 9361 protection circuits have no clocks connected, export the clock from the block design for them.main
parent
05789e8978
commit
ec8a2cd9c5
|
@ -4,5 +4,8 @@ source ../common/ccbox_bd.tcl
|
|||
|
||||
cfg_ad9361_interface LVDS
|
||||
|
||||
create_bd_port -dir O sys_cpu_clk_out
|
||||
ad_connect sys_cpu_clk sys_cpu_clk_out
|
||||
|
||||
set_property CONFIG.ADC_INIT_DELAY 29 [get_bd_cells axi_ad9361]
|
||||
|
||||
|
|
|
@ -369,6 +369,7 @@ module system_top (
|
|||
.tdd_sync_o (),
|
||||
.tdd_sync_t (),
|
||||
.gps_pps (gps_pps),
|
||||
.sys_cpu_clk_out (sys_cpu_clk),
|
||||
.tx_clk_out_n (tx_clk_out_n),
|
||||
.tx_clk_out_p (tx_clk_out_p),
|
||||
.tx_data_out_n (tx_data_out_n),
|
||||
|
|
|
@ -4,5 +4,8 @@ source ../common/ccbox_bd.tcl
|
|||
|
||||
cfg_ad9361_interface LVDS
|
||||
|
||||
create_bd_port -dir O sys_cpu_clk_out
|
||||
ad_connect sys_cpu_clk sys_cpu_clk_out
|
||||
|
||||
set_property CONFIG.ADC_INIT_DELAY 30 [get_bd_cells axi_ad9361]
|
||||
|
||||
|
|
|
@ -362,6 +362,7 @@ module system_top (
|
|||
.tdd_sync_o (),
|
||||
.tdd_sync_t (),
|
||||
.gps_pps (gps_pps),
|
||||
.sys_cpu_clk_out (sys_cpu_clk),
|
||||
.tx_clk_out_n (tx_clk_out_n),
|
||||
.tx_clk_out_p (tx_clk_out_p),
|
||||
.tx_data_out_n (tx_data_out_n),
|
||||
|
|
Loading…
Reference in New Issue