Skip to content

Commit

Permalink
adrv936x/ccbox_lvds: unconnected clock for ad9361 input protection
Browse files Browse the repository at this point in the history
The 9361 protection circuits have no clocks connected,
export the clock from the block design for them.
  • Loading branch information
ronagyl committed Aug 10, 2018
1 parent 05789e8 commit ec8a2cd
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions projects/adrv9361z7035/ccbox_lvds/system_bd.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -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]

1 change: 1 addition & 0 deletions projects/adrv9361z7035/ccbox_lvds/system_top.v
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down
3 changes: 3 additions & 0 deletions projects/adrv9364z7020/ccbox_lvds/system_bd.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -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]

1 change: 1 addition & 0 deletions projects/adrv9364z7020/ccbox_lvds/system_top.v
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down

0 comments on commit ec8a2cd

Please sign in to comment.