Chargement…
Chargement…
The entity multiplieur_4bit has two inputs i_a and i_b of type std_logic_vector(3 downto 0) and one output o_result of type std_logic_vector(7 downto 0).
Multiplies two 4-bit unsigned vectors. The result is an 8-bit vector.
| Signal | Direction | Width | Description |
|---|---|---|---|
i_a | Input | 4 bits | Input A |
i_b | Input | 4 bits | Input B |
o_result | Output | 8 bits | Result |