Commentary.

This commit is contained in:
Wilson Snyder 2014-03-14 20:13:41 -04:00
parent b4eaaccc88
commit d146dbc9d7

View File

@ -563,14 +563,13 @@ signals are not covered. See also --trace-underscore.
=item --coverage-user =item --coverage-user
Enables user inserted functional coverage. Currently, all functional Enables user inserted functional coverage. Currently, all functional
coverage points are specified using PSL which must be separately enabled coverage points are specified using SVA which must be separately enabled
with --psl. with --assert.
For example, the following PSL statement will add a coverage point, with For example, the following statement will add a coverage point, with
the comment "DefaultClock": the comment "DefaultClock":
// psl default clock = posedge clk; DefaultClock: cover property (@(posedge clk) cyc==3);
// psl cover {cyc==9} report "DefaultClock,expect=1";
=item -DI<var>=I<value> =item -DI<var>=I<value>