SHA-2 Workbench
1.0
|
D register. More...
Entities | |
RTL | architecture |
Architecture of the D register. More... | |
Libraries | |
ieee | |
Standard library. |
Use Clauses | |
std_logic_1164 | |
Standard 9-values logic library. |
Generics | |
width | natural := 32 |
Width of the register. |
Ports | |
clk | in std_logic |
Clock of this component. | |
not_rst | in std_logic |
Active-low asynchronous reset signal. | |
en | in std_logic |
Enable signal. | |
d | in std_logic_vector ( width - 1 downto 0 ) |
Input word of the register. | |
q | out std_logic_vector ( width - 1 downto 0 ) |
Output word of the register. |
D register.
|
Port |
Clock of this component.
|
Port |
Enable signal.
|
Library |
Standard library.
|
Port |
Active-low asynchronous reset signal.
|
Package |
Standard 9-values logic library.
|
Generic |
Width of the register.