Hi Joe,
From this post, I see that you are developing your own wrapper RTL and board.
BOOTP messages is transmitted from the IP at ever PPS (Pulse per Second)
PPS occurs in the “i_ptp_clk” domain, so please make sure that you have
- “i_ptp_clk” and “o_ptp_rst” connected and that the reset is released.
- In “HOLOLINK_def.svh”, define “`define PTP_CLK_FREQ ”. This calculates what is the incremental period per PTP clock cycle.
Thanks