Chargement…
Chargement…
L'entité bcd_to_binary possède une entrée i_bcd de type std_logic_vector(7 downto 0) et une sortie o_binary de type std_logic_vector(6 downto 0).
Convertit un nombre BCD à deux chiffres (4 bits dizaines + 4 bits unités) en valeur binaire sur 7 bits. Formule : dizaines × 10 + unités.
| Signal | Direction | Largeur | Description |
|---|---|---|---|
i_bcd | Entrée | 8 bits | Entrée BCD |
o_binary | Sortie | 7 bits | Code binaire |