mirror of
https://github.com/corundum/corundum.git
synced 2025-01-16 08:12:53 +08:00
fpga/mqnic: Add missing PTP clock connections
Signed-off-by: Alex Forencich <alex@alexforencich.com>
This commit is contained in:
parent
98e76987e5
commit
b4febeb78e
@ -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),
|
||||
@ -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),
|
||||
|
@ -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),
|
||||
@ -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),
|
||||
|
@ -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),
|
||||
@ -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),
|
||||
|
Loading…
x
Reference in New Issue
Block a user