SHA-2 Workbench
1.0
|
Upward counter. More...
Entities | |
Behavioural | architecture |
Architecture of the counter. More... | |
Libraries | |
ieee | |
Standard library. |
Use Clauses | |
std_logic_1164 | |
Standard 9-values logic library. | |
numeric_std | |
Arithmetic library, included for the unsigned to integer conversion function. | |
math_real | |
Standard math library, required for the log2 function. |
Generics | |
top | natural := 64 |
Maximum counter value. |
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. | |
q | out std_logic |
Overflow output, asserted when the counter reaches the value top. | |
value | out std_logic_vector ( integer ( log2 ( real ( top - 1 ) ) ) downto 0 ) |
Current counter value. |
Upward counter.
Upward counter with overflow and current value output
The counter value ranges from 0 to top-1
|
Port |
Clock of this component.
|
Port |
Enable signal.
|
Library |
Standard library.
|
Package |
Standard math library, required for the log2
function.
|
Port |
Active-low asynchronous reset signal.
|
Package |
Arithmetic library, included for the unsigned to integer conversion function.
|
Package |
Standard 9-values logic library.
|
Generic |
Maximum counter value.