verilog-ethernet
verilog-ethernet copied to clipboard
PTP Signals
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?