PlTbUtils
1.3
PlTbUtils is a collection of functions, procedures and components for easily creating stimuli and checking response in automatic self-checking testbenches.
|
Checks that the negative half of a diff pair is the always the complement of the positive half. More...
Entities | |
bhv | architecture |
Generics | |
G_VERBOSITY | integer := 0 |
G_RPT_LABEL | string := " pltbutils_diff_check " |
Ports | ||
diff_error_o | out | std_logic |
High when diff error detected. | ||
diff_errors_o | out | integer |
Number of diff errors detected. | ||
s_i | in | std_logic |
Pos half of diff pair to check. | ||
s_n_i | in | std_logic := ' 0 ' |
Neg half of diff pair to check. | ||
rst_errors_i | in | std_logic := ' 0 ' |
High resets diff error counter. |
Checks that the negative half of a diff pair is the always the complement of the positive half.
Setting G_VERBOSITY to at least 100 reports number of diff errors. Set G_RPT_LABEL to a prefix used in reports, typically the name of the signal being measured.
Instantiation template
(copy to your own file and remove the comment characters):
Definition at line 202 of file pltbutils_comp.vhd.
|
Port |
High when diff error detected.
Definition at line 208 of file pltbutils_comp.vhd.
|
Port |
Number of diff errors detected.
Definition at line 209 of file pltbutils_comp.vhd.
|
Generic |
Definition at line 206 of file pltbutils_comp.vhd.
|
Generic |
Definition at line 204 of file pltbutils_comp.vhd.
|
Port |
High resets diff error counter.
Definition at line 213 of file pltbutils_comp.vhd.
|
Port |
Pos half of diff pair to check.
Definition at line 210 of file pltbutils_comp.vhd.
|
Port |
Neg half of diff pair to check.
Definition at line 211 of file pltbutils_comp.vhd.