Forum Discussion
GTS Reset Sequencer IP o_refclk_on_ack
Hi,
For your information, I checked the GTS Transceiver PHY User Guide for a minimum pulse width specification on o_refclk_on_ack. Unfortunately, I could not find any documented minimum pulse width requirement for this signal in the available documentation. As a result, I am unable to confirm whether a 100 MHz sampling clock (10 ns period) can reliably capture the pulse under all conditions.
Given this uncertainty, I would recommend the following approaches:
- Use edge detection as a robust design practice
- Instead of directly sampling
o_refclk_on_ackwith the system clock, consider implementing an edge-detection circuit and synchronizing the detected event into your clock domain. This helps avoid missing a narrow pulse. - Verify the pulse width through simulation
- Run functional or timing simulations to observe the expected pulse width of
o_refclk_on_ackand determine whether it can be consistently captured by a 100 MHz clock. - Measure the signal in hardware using Signal Tap
- Capture
o_refclk_on_ackwith Signal Tap to verify its pulse width and behavior in the actual device implementation.
I hope this helps. Please let me know if you have any further questions or need additional assistance.
Thank you.
- yumada5 days ago
New Contributor
Hi CheepinC,
Thank you for the reply.
Since this is not documented, I understand that we should determine it by measuring and evaluating it either in a logic simulation environment or on actual hardware. Is my understanding correct?
- CheepinC_altera5 days ago
Regular Contributor
Yes, your understanding is correct. Thank you.