Skip to content

Commit

Permalink
fpga/mqnic: Add missing PTP clock connections
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Forencich <[email protected]>
  • Loading branch information
alexforencich committed Nov 17, 2023
1 parent 1450244 commit 5a74d72
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
5 changes: 5 additions & 0 deletions fpga/mqnic/DK_DEV_1SDX_P_A/fpga_100g/rtl/fpga.v
Original file line number Diff line number Diff line change
Expand Up @@ -944,7 +944,10 @@ core_inst (
.qsfp_mac_tx_axis_tlast(qsfp_mac_tx_axis_tlast),
.qsfp_mac_tx_axis_tuser(qsfp_mac_tx_axis_tuser),

.qsfp_mac_tx_ptp_clk(qsfp_mac_tx_ptp_clk),
.qsfp_mac_tx_ptp_rst(qsfp_mac_tx_ptp_rst),
.qsfp_mac_tx_ptp_time(qsfp_mac_tx_ptp_time),

.qsfp_mac_tx_ptp_ts(qsfp_mac_tx_ptp_ts),
.qsfp_mac_tx_ptp_ts_tag(qsfp_mac_tx_ptp_ts_tag),
.qsfp_mac_tx_ptp_ts_valid(qsfp_mac_tx_ptp_ts_valid),
Expand All @@ -962,6 +965,8 @@ core_inst (
.qsfp_mac_rx_axis_tlast(qsfp_mac_rx_axis_tlast),
.qsfp_mac_rx_axis_tuser(qsfp_mac_rx_axis_tuser),

.qsfp_mac_rx_ptp_clk(qsfp_mac_rx_ptp_clk),
.qsfp_mac_rx_ptp_rst(qsfp_mac_rx_ptp_rst),
.qsfp_mac_rx_ptp_time(qsfp_mac_rx_ptp_time),

.qsfp_mac_rx_status(qsfp_mac_rx_status),
Expand Down
5 changes: 5 additions & 0 deletions fpga/mqnic/DK_DEV_AGF014EA/fpga_100g/rtl/fpga.v
Original file line number Diff line number Diff line change
Expand Up @@ -978,7 +978,10 @@ core_inst (
.qsfpdd_mac_tx_axis_tlast(qsfpdd_mac_tx_axis_tlast),
.qsfpdd_mac_tx_axis_tuser(qsfpdd_mac_tx_axis_tuser),

.qsfpdd_mac_tx_ptp_clk(qsfpdd_mac_tx_ptp_clk),
.qsfpdd_mac_tx_ptp_rst(qsfpdd_mac_tx_ptp_rst),
.qsfpdd_mac_tx_ptp_time(qsfpdd_mac_tx_ptp_time),

.qsfpdd_mac_tx_ptp_ts(qsfpdd_mac_tx_ptp_ts),
.qsfpdd_mac_tx_ptp_ts_tag(qsfpdd_mac_tx_ptp_ts_tag),
.qsfpdd_mac_tx_ptp_ts_valid(qsfpdd_mac_tx_ptp_ts_valid),
Expand All @@ -996,6 +999,8 @@ core_inst (
.qsfpdd_mac_rx_axis_tlast(qsfpdd_mac_rx_axis_tlast),
.qsfpdd_mac_rx_axis_tuser(qsfpdd_mac_rx_axis_tuser),

.qsfpdd_mac_rx_ptp_clk(qsfpdd_mac_rx_ptp_clk),
.qsfpdd_mac_rx_ptp_rst(qsfpdd_mac_rx_ptp_rst),
.qsfpdd_mac_rx_ptp_time(qsfpdd_mac_rx_ptp_time),

.qsfpdd_mac_rx_status(qsfpdd_mac_rx_status),
Expand Down
5 changes: 5 additions & 0 deletions fpga/mqnic/IA_420F/fpga_100g/rtl/fpga.v
Original file line number Diff line number Diff line change
Expand Up @@ -810,7 +810,10 @@ core_inst (
.qsfp_mac_tx_axis_tlast(qsfp_mac_tx_axis_tlast),
.qsfp_mac_tx_axis_tuser(qsfp_mac_tx_axis_tuser),

.qsfp_mac_tx_ptp_clk(qsfp_mac_tx_ptp_clk),
.qsfp_mac_tx_ptp_rst(qsfp_mac_tx_ptp_rst),
.qsfp_mac_tx_ptp_time(qsfp_mac_tx_ptp_time),

.qsfp_mac_tx_ptp_ts(qsfp_mac_tx_ptp_ts),
.qsfp_mac_tx_ptp_ts_tag(qsfp_mac_tx_ptp_ts_tag),
.qsfp_mac_tx_ptp_ts_valid(qsfp_mac_tx_ptp_ts_valid),
Expand All @@ -828,6 +831,8 @@ core_inst (
.qsfp_mac_rx_axis_tlast(qsfp_mac_rx_axis_tlast),
.qsfp_mac_rx_axis_tuser(qsfp_mac_rx_axis_tuser),

.qsfp_mac_rx_ptp_clk(qsfp_mac_rx_ptp_clk),
.qsfp_mac_rx_ptp_rst(qsfp_mac_rx_ptp_rst),
.qsfp_mac_rx_ptp_time(qsfp_mac_rx_ptp_time),

.qsfp_mac_rx_status(qsfp_mac_rx_status),
Expand Down

0 comments on commit 5a74d72

Please sign in to comment.