Inheritance diagram for class svt_toggle_cov_bit:
Single bit coverage variable used to support coverage of individual or bused signals.
Public Member Functions | |
| function void | bit_cov ( bit bit_val ) |
| function void | new ( ) |
Protected Attributes | |
| protected bit | bit_val |
Covergroups | |
| covergroup | toggle_cov_bit ( ) |
|
||
Provide a new bit_val to be recognized and sampled.
|
|
||
CONSTRUCTOR: Creates a new instance of the svt_toggle_cov_bit class.
|
|
|
covergroup toggle_cov_bit;
option.per_instance = 1; option.goal = 100; coverpoint bit_val { bins b0_to_b1 = (0 => 1); bins b1_to_b0 = (1 => 0); } endgroup |