Chargement…
Chargement…
The block is synchronous: acc <= acc + a*b when i_valid=1.
Behaviour
i_clear clears the accumulator.i_valid=1 adds the current product.o_accum is 24 bits wide.| Signal | Direction | Width | Description |
|---|---|---|---|
i_clk | Input | 1 bit | System clock |
i_reset | Input | 1 bit | Active-high asynchronous reset |
i_clear | Input | 1 bit | Internal clear |
i_valid | Input | 1 bit | Valid input sample |
i_a | Input | 8 bits | Input a |
i_b | Input | 8 bits | Input b |
o_accum | Output | 24 bits | Output accum |