SHA-2 Workbench  1.0
Behavioural Architecture Reference

Architecture of the counter. More...

Processes

PROCESS_0  ( not_rst , clk )
 Process for updating the internal counting variable.

Detailed Description

Architecture of the counter.

When the counter reach the top value, its value is set to 0 and the overflow output is asserted. This way, the value top needs not to be encoded in the counting value

The counter value is updated outside of th process

Member Function Documentation

◆ PROCESS_0()

PROCESS_0 (   not_rst ,
  clk  
)
Process

Process for updating the internal counting variable.