Forum Discussion
Sajeev_antony
New Contributor
13 hours agoAltera TOD clock IP with HPS for PTP time sync
We have interfaced the TOD clock IP with Stratix 10 HPS LWH2F bridge with below settings,
The LWH2F runs at 100Mhz and the TOD clock is 500Mhz.
We need to know,
- how to load the intial time at startup,
- how to asjust the time,
- how to enable the PPS ouput. the PPS ouput is not generated now wven though it is enabel din IP.
- Complete list of registers with address and function.
We are using Quartus Prime Pro 26.1 for development.
We plan to use the skyworks accutime software to synchroise the PTP time. The 500Mhz TOD clock is gernated by the si5518 chip.
1 Reply
- EstebanVV_Altera
Occasional Contributor
Hi,
I recommend starting from:
If the clock frequency of the bridge is 100Mhz, then it is recommended to connect the clock of the register (Avalon Memory Map) Interface to that same 100MHz, this is to read/write register values.
- For example, following the guide if you write to registers 0x00, 0x01, and 0x02 you will be able to load the seconds and nanoseconds values.
- Same set of registers will help you to do this.
- That conduit is the PPS output
- Already answered.
Thanks.