Check if assertion triggered at end of test

How do you check if an assertion has been triggered at the end of a test, if the assertion is within the RTL code?

In reply to VerifEx:

How do you check if an assertion has been triggered at the end of a test, if the assertion is within the RTL code?

Generally tools provide such information, including the number of time the assertions were pass and fail.
Tools generally have switches to provide such info.
Ben Cohen
http://www.systemverilog.us/ ben@systemverilog.us
For training, consulting, services: contact Home - My cvcblr


In reply to ben@SystemVerilog.us:

Is there a switch in VCS to enable this feature. I want a summary of how many times my assertions were triggered.

In reply to chr_sue:

A forum reminder:
Do NOT ask tool questions. Contact your tool vendor directly for support.