PlTbUtils
1.3
PlTbUtils is a collection of functions, procedures and components for easily creating stimuli and checking response in automatic self-checking testbenches.
|
Entities | |
tc1 | architecture |
Generics | |
G_WIDTH | integer := 8 |
G_DISABLE_BUGS | integer range 0 to 1 := 0 |
Ports | ||
pltbs | out | pltbs_t |
clk | in | std_logic |
rst | out | std_logic |
carry_in | out | std_logic |
x | out | std_logic_vector ( G_WIDTH - 1 downto 0 ) |
y | out | std_logic_vector ( G_WIDTH - 1 downto 0 ) |
sum | in | std_logic_vector ( G_WIDTH - 1 downto 0 ) |
carry_out | in | std_logic |
Definition at line 41 of file tc_example2.vhd.
|
Port |
Definition at line 50 of file tc_example2.vhd.
|
Port |
Definition at line 55 of file tc_example2.vhd.
|
Port |
Definition at line 48 of file tc_example2.vhd.
|
Generic |
Definition at line 45 of file tc_example2.vhd.
|
Generic |
Definition at line 43 of file tc_example2.vhd.
|
Port |
Definition at line 47 of file tc_example2.vhd.
|
Port |
Definition at line 49 of file tc_example2.vhd.
Definition at line 53 of file tc_example2.vhd.
Definition at line 51 of file tc_example2.vhd.
Definition at line 52 of file tc_example2.vhd.