Chargement…
Chargement…
The entity bin_to_gray has one input (i_bin) and one output (o_gray), both of type std_logic_vector(3 downto 0).
Converts a 4-bit binary code to Gray code. The Gray MSB is the same as the binary MSB. The other bits are obtained by XOR of adjacent binary bits.
i_bino_gray