Chargement…
Chargement…
The entity gray_to_bin has one input (i_gray) and one output (o_bin), both of type std_logic_vector(3 downto 0).
Converts a 4-bit Gray code to binary. The binary MSB is the same as the Gray MSB. The other bits are computed recursively from the higher-weight bits.
| Signal | Direction | Width | Description |
|---|---|---|---|
i_gray | Input | 4 bits | Gray code input |
o_bin | Output | 4 bits | Output Bin |