Skip to content

Commit

Permalink
adi_jesd204_hw.tcl: add ref_clock.out_clock phy.ref_clk connection on…
Browse files Browse the repository at this point in the history
…ly for a10soc and s10soc on the rx side
  • Loading branch information
LIacob106 authored and gastmaier committed Aug 14, 2023
1 parent 9e56668 commit 2f459b0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions library/intel/adi_jesd204/adi_jesd204_hw.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -601,8 +601,9 @@ proc jesd204_compose {} {
set data_direction source
set jesd204_intfs {config device_config ilas_config device_event status}
set tx_rx "rx"

# add_connection ref_clock.out_clk phy.ref_clk
if {$device_family == "Arria 10" || $device_family == "Stratix 10"} {
add_connection ref_clock.out_clk phy.ref_clk
}
}

add_instance axi_jesd204_${tx_rx} axi_jesd204_${tx_rx}
Expand Down

0 comments on commit 2f459b0

Please sign in to comment.