verilog-ethernet icon indicating copy to clipboard operation
verilog-ethernet copied to clipboard

PTP Signals

Open jenya7 opened this issue 2 years ago • 0 comments

In this module - eth_mac_1g.v - there are PTP signals

module eth_mac_1g # /* * PTP */ input wire [TX_PTP_TS_WIDTH-1:0] tx_ptp_ts, input wire [RX_PTP_TS_WIDTH-1:0] rx_ptp_ts, output wire [TX_PTP_TS_WIDTH-1:0] tx_axis_ptp_ts, output wire [TX_PTP_TAG_WIDTH-1:0] tx_axis_ptp_ts_tag, output wire tx_axis_ptp_ts_valid,

But in RGMII module - eth_mac_1g_rgmii.v - no such signals. What module should I choose to connect to PHY with RGMII interface and use PTP functionality?

jenya7 avatar Jan 25 '23 13:01 jenya7