Serial sequential adder
v.1.0
Example documentation project, author Vladimir Petrović
|
Behavioral architecture for shiftreg. More...
Processes | |
shift_reg_process | ( clk , reset ) |
Signals | |
reg_state | std_logic_vector ( reg_width - 1 downto 0 ) |
The shifreg's work modes are described in the entity's detail description. Reset is asynchronous, while other signals are processed at every rising edge of clk signal. Paralel load has the higher priority then the serial shift.
Definition at line 52 of file shiftreg.vhd.
Definition at line 58 of file shiftreg.vhd.
Definition at line 54 of file shiftreg.vhd.