generic_shift_reg.generic_shift_reg_arc Architecture Reference
Generic shift register. Width and depth adjustable at compile-time.
More...
List of all members.
|
Processes |
shift_reg | ( CLK , RES ) |
Types |
reg_arr | array ( WIDTH-1 downto 0 ) of ( DEPTH -1 downto 0 ) |
| 2D array of std_logic
|
Signals |
sreg | reg_arr := ( others = > ( others = > ' 0 ' ) ) |
tmp | ( DEPTH -1 downto 0 ) := ( others = > ' 0 ' ) |
Detailed Description
Generic shift register. Width and depth adjustable at compile-time.
Definition at line 48 of file generic_shift_reg.vhd.
Member Data Documentation
reg_arr array ( WIDTH-1 downto 0 ) of ( DEPTH -1 downto 0 ) [Type] |
The documentation for this class was generated from the following file: