|
SHA-2 Workbench
1.0
|
Enabled D flip-flop with asynchronous reset. More...
Entities | |
| Behavioural | architecture |
| Architecture of the D flip-flop. More... | |
Libraries | |
| ieee | |
| Standard library. | |
Use Clauses | |
| std_logic_1164 | |
| Standard 9-values logic library. | |
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 |
| Input signal for the flip-flop. | |
| q | out std_logic |
| Current value of the flip-flop. | |
Enabled D flip-flop with asynchronous reset.
Reads its input signal and propagates it at the rising edge of the clock signal, if enables
If not enabled, retains the last sampled value
|
Port |
Clock of this component.
|
Port |
Input signal for the flip-flop.
|
Port |
Enable signal.
|
Library |
Standard library.
|
Port |
Active-low asynchronous reset signal.
|
Port |
Current value of the flip-flop.
|
Package |
Standard 9-values logic library.