PlTbUtils  1.3
PlTbUtils is a collection of functions, procedures and components for easily creating stimuli and checking response in automatic self-checking testbenches.
rtl Architecture Reference

Processes

p_sum  ( clk_i )

Signals

x  unsigned ( G_WIDTH downto 0 )
y  unsigned ( G_WIDTH downto 0 )
c  unsigned ( G_WIDTH downto 0 )
sum  unsigned ( G_WIDTH downto 0 )

Detailed Description

Definition at line 59 of file dut_example.vhd.

Member Function Documentation

◆ p_sum()

p_sum (   clk_i  
)
Process

Definition at line 72 of file dut_example.vhd.

Member Data Documentation

◆ c

c unsigned ( G_WIDTH downto 0 )
Signal

Definition at line 63 of file dut_example.vhd.

◆ sum

sum unsigned ( G_WIDTH downto 0 )
Signal

Definition at line 64 of file dut_example.vhd.

◆ x

x unsigned ( G_WIDTH downto 0 )
Signal

Definition at line 61 of file dut_example.vhd.

◆ y

y unsigned ( G_WIDTH downto 0 )
Signal

Definition at line 62 of file dut_example.vhd.


The documentation for this class was generated from the following file: