Skip to content

Commit

Permalink
fpga/mqnic/VCU118: Fix VCU118 refclk
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Forencich <[email protected]>
  • Loading branch information
alexforencich committed Nov 28, 2023
1 parent 1f3b739 commit a839ecf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fpga/mqnic/VCU118/fpga_25g/rtl/fpga.v
Original file line number Diff line number Diff line change
Expand Up @@ -1218,14 +1218,14 @@ qsfp2_phy_quad_inst (
* Common
*/
.xcvr_gtpowergood_out(),
.xcvr_gtrefclk00_in(qsfp1_mgt_refclk_1),
.xcvr_gtrefclk00_in(qsfp1_mgt_refclk_0),
.xcvr_qpll0pd_in(1'b0),
.xcvr_qpll0reset_in(1'b0),
.xcvr_qpll0pcierate_in(3'd0),
.xcvr_qpll0lock_out(),
.xcvr_qpll0clk_out(),
.xcvr_qpll0refclk_out(),
.xcvr_gtrefclk01_in(qsfp1_mgt_refclk_1),
.xcvr_gtrefclk01_in(qsfp1_mgt_refclk_0),
.xcvr_qpll1pd_in(1'b0),
.xcvr_qpll1reset_in(1'b0),
.xcvr_qpll1pcierate_in(3'd0),
Expand Down

0 comments on commit a839ecf

Please sign in to comment.