You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Normally we want to check if my input is something, x clock later, my outputs changed to something else. Is there anyways to monitor / listen to input changes and check for output changes at x clock later. In system Verilog, we can use assert property.
Something like this:
This means A must occur within 1 to 20 clk cycles after B occurred
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Normally we want to check if my input is something, x clock later, my outputs changed to something else. Is there anyways to monitor / listen to input changes and check for output changes at x clock later. In system Verilog, we can use assert property.
Something like this:
This means A must occur within 1 to 20 clk cycles after B occurred
Beta Was this translation helpful? Give feedback.
All reactions