DescriptionQ159
Q159DVASIC interview problem
Short CDC Pulse Is Not Seen in the Destination
TechniquesDVWaveform DebuggingCDC
DifficultyMedium
TopicWaveform Debugging
LanguageSystemVerilog
Format4 choices
01
Problem
src_pulse is shorter than one destination clock period. The intended pulse bridge toggles src_toggle on every source pulse and then synchronizes that level. dst_event never appears. Rule to apply: A source pulse can be recovered only if src_toggle changes and that new level reaches the destination synchronizer. Directly sampling a short pulse is not sufficient. Which signal should be traced next to determine whether the pulse-to-toggle conversion happened?
02
