SHA-2 Workbench
1.0
|
Last pipeline stage. More...
Entities | |
RTL | architecture |
Architecture of the last pipeline stage. More... | |
Libraries | |
ieee | |
Standard library. |
Use Clauses | |
std_logic_1164 | |
Standard 9-values logic library. | |
numeric_std | |
Arithmetic library, included for the unsigned modulo addition. |
Generics | |
WORD_WIDTH | natural := 32 |
Word width of the circuit. |
Ports | |
h_in | in std_logic_vector ( 8 * WORD_WIDTH downto 0 ) |
Newly computed values of the accumulators. | |
iv | in std_logic_vector ( 8 * WORD_WIDTH - 1 downto 0 ) |
Old values of the accumulators. | |
h_out | out std_logic_vector ( 8 * WORD_WIDTH downto 0 ) |
New intermediate hash value. |
Last pipeline stage.
Combinatorial component which performs the final sum between the old values of the accumulators and the newly computed values to get the new intermediate hash value
The MSB of the input, which is the validity flag of the pipeline registers, is simply propagated to the output
|
Port |
Newly computed values of the accumulators.
|
Port |
New intermediate hash value.
|
Library |
Standard library.
|
Port |
Old values of the accumulators.
|
Package |
Arithmetic library, included for the unsigned modulo addition.
|
Package |
Standard 9-values logic library.
|
Generic |
Word width of the circuit.