mirror of
https://github.com/verilator/verilator.git
synced 2025-01-06 06:37:45 +00:00
Commentary.
This commit is contained in:
parent
b4eaaccc88
commit
d146dbc9d7
@ -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>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user