SHA-2 Workbench
1.0
|
Impleemntation of the utility functions. More...
Package >> utilsFunctions | |
natural | cycles_per_stage ( width: in natural stages: in natural uf: in natural ) |
Function for computing the number of cycles for each pipeline stage. | |
integer | bits_to_encode ( x: in natural ) |
CONFIGURABLE_ROM | rom_content ( word: in natural cps: in natural uf: in natural stage: in natural pf: in natural 0 ) |
Function to determine the content of the ROM of the \(K\) constants. |
Impleemntation of the utility functions.
|
Function |
Utility function to determine how many bits are required to encode the provided argument.
To be compatible with Xilinx ISim, it is appropriate to return -1 if the argument of the log2 function equals 0.
|
Function |
Function for computing the number of cycles for each pipeline stage.
|
Function |
Function to determine the content of the ROM of the \(K\) constants.