Inherits RShifter::ar_RShifter.
Inherited by general_purpose [private].
Architectures | |
| ar_RShifter | Architecture |
Libraries | |
| IEEE | |
| lpp | |
Packages | |
| numeric_std | |
| std_logic_1164 | |
| general_purpose | Package <general_purpose> |
Generics | |
| Input_SZ | integer := 16 |
| shift_SZ | integer := 4 |
Ports | |
| clk | in std_logic |
| reset | in std_logic |
| shift | in std_logic |
| OP | in std_logic_vector ( Input_SZ -1 downto 0 ) |
| cnt | in std_logic_vector ( shift_SZ -1 downto 0 ) |
| RES | out std_logic_vector ( Input_SZ -1 downto 0 ) |
Definition at line 30 of file Shifter.vhd.
clk in std_logic [Port] |
Definition at line 36 of file Shifter.vhd.
Definition at line 40 of file Shifter.vhd.
general_purpose package [Package] |
Definition at line 26 of file Shifter.vhd.
IEEE library [Library] |
Definition at line 22 of file Shifter.vhd.
Input_SZ integer := 16 [Generic] |
Definition at line 32 of file Shifter.vhd.
lpp library [Library] |
Definition at line 25 of file Shifter.vhd.
numeric_std package [Package] |
Definition at line 23 of file Shifter.vhd.
Definition at line 39 of file Shifter.vhd.
Definition at line 41 of file Shifter.vhd.
reset in std_logic [Port] |
Definition at line 37 of file Shifter.vhd.
shift in std_logic [Port] |
Definition at line 38 of file Shifter.vhd.
shift_SZ integer := 4 [Generic] |
Definition at line 33 of file Shifter.vhd.
std_logic_1164 package [Package] |
Reimplemented in general_purpose.
Definition at line 24 of file Shifter.vhd.