File tree Expand file tree Collapse file tree 3 files changed +15
-0
lines changed
DK_DEV_1SDX_P_A/fpga_100g/rtl
DK_DEV_AGF014EA/fpga_100g/rtl Expand file tree Collapse file tree 3 files changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -944,7 +944,10 @@ core_inst (
944
944
.qsfp_mac_tx_axis_tlast(qsfp_mac_tx_axis_tlast),
945
945
.qsfp_mac_tx_axis_tuser(qsfp_mac_tx_axis_tuser),
946
946
947
+ .qsfp_mac_tx_ptp_clk(qsfp_mac_tx_ptp_clk),
948
+ .qsfp_mac_tx_ptp_rst(qsfp_mac_tx_ptp_rst),
947
949
.qsfp_mac_tx_ptp_time(qsfp_mac_tx_ptp_time),
950
+
948
951
.qsfp_mac_tx_ptp_ts(qsfp_mac_tx_ptp_ts),
949
952
.qsfp_mac_tx_ptp_ts_tag(qsfp_mac_tx_ptp_ts_tag),
950
953
.qsfp_mac_tx_ptp_ts_valid(qsfp_mac_tx_ptp_ts_valid),
@@ -962,6 +965,8 @@ core_inst (
962
965
.qsfp_mac_rx_axis_tlast(qsfp_mac_rx_axis_tlast),
963
966
.qsfp_mac_rx_axis_tuser(qsfp_mac_rx_axis_tuser),
964
967
968
+ .qsfp_mac_rx_ptp_clk(qsfp_mac_rx_ptp_clk),
969
+ .qsfp_mac_rx_ptp_rst(qsfp_mac_rx_ptp_rst),
965
970
.qsfp_mac_rx_ptp_time(qsfp_mac_rx_ptp_time),
966
971
967
972
.qsfp_mac_rx_status(qsfp_mac_rx_status),
Original file line number Diff line number Diff line change @@ -978,7 +978,10 @@ core_inst (
978
978
.qsfpdd_mac_tx_axis_tlast(qsfpdd_mac_tx_axis_tlast),
979
979
.qsfpdd_mac_tx_axis_tuser(qsfpdd_mac_tx_axis_tuser),
980
980
981
+ .qsfpdd_mac_tx_ptp_clk(qsfpdd_mac_tx_ptp_clk),
982
+ .qsfpdd_mac_tx_ptp_rst(qsfpdd_mac_tx_ptp_rst),
981
983
.qsfpdd_mac_tx_ptp_time(qsfpdd_mac_tx_ptp_time),
984
+
982
985
.qsfpdd_mac_tx_ptp_ts(qsfpdd_mac_tx_ptp_ts),
983
986
.qsfpdd_mac_tx_ptp_ts_tag(qsfpdd_mac_tx_ptp_ts_tag),
984
987
.qsfpdd_mac_tx_ptp_ts_valid(qsfpdd_mac_tx_ptp_ts_valid),
@@ -996,6 +999,8 @@ core_inst (
996
999
.qsfpdd_mac_rx_axis_tlast(qsfpdd_mac_rx_axis_tlast),
997
1000
.qsfpdd_mac_rx_axis_tuser(qsfpdd_mac_rx_axis_tuser),
998
1001
1002
+ .qsfpdd_mac_rx_ptp_clk(qsfpdd_mac_rx_ptp_clk),
1003
+ .qsfpdd_mac_rx_ptp_rst(qsfpdd_mac_rx_ptp_rst),
999
1004
.qsfpdd_mac_rx_ptp_time(qsfpdd_mac_rx_ptp_time),
1000
1005
1001
1006
.qsfpdd_mac_rx_status(qsfpdd_mac_rx_status),
Original file line number Diff line number Diff line change @@ -810,7 +810,10 @@ core_inst (
810
810
.qsfp_mac_tx_axis_tlast(qsfp_mac_tx_axis_tlast),
811
811
.qsfp_mac_tx_axis_tuser(qsfp_mac_tx_axis_tuser),
812
812
813
+ .qsfp_mac_tx_ptp_clk(qsfp_mac_tx_ptp_clk),
814
+ .qsfp_mac_tx_ptp_rst(qsfp_mac_tx_ptp_rst),
813
815
.qsfp_mac_tx_ptp_time(qsfp_mac_tx_ptp_time),
816
+
814
817
.qsfp_mac_tx_ptp_ts(qsfp_mac_tx_ptp_ts),
815
818
.qsfp_mac_tx_ptp_ts_tag(qsfp_mac_tx_ptp_ts_tag),
816
819
.qsfp_mac_tx_ptp_ts_valid(qsfp_mac_tx_ptp_ts_valid),
@@ -828,6 +831,8 @@ core_inst (
828
831
.qsfp_mac_rx_axis_tlast(qsfp_mac_rx_axis_tlast),
829
832
.qsfp_mac_rx_axis_tuser(qsfp_mac_rx_axis_tuser),
830
833
834
+ .qsfp_mac_rx_ptp_clk(qsfp_mac_rx_ptp_clk),
835
+ .qsfp_mac_rx_ptp_rst(qsfp_mac_rx_ptp_rst),
831
836
.qsfp_mac_rx_ptp_time(qsfp_mac_rx_ptp_time),
832
837
833
838
.qsfp_mac_rx_status(qsfp_mac_rx_status),
You can’t perform that action at this time.
0 commit comments