In reply to ben@SystemVerilog.us:
Hi Ben,
2 questions on above.
- whats the difference between #1 and #=# . Does the second option mean 0 or 1? if so, wouldnt ##0 be sufficient. Since, we have only signal “a” of interest.(“a” goes low and “a” stays low)
- since, we cant use s_always. How can we get a strong fail? Lets say “a” going low in consequent never happens.