M
--mms
Hi:
I would like to know if there is any function/method, in VHDL, to
extract the digits of an integer.
What I wish to do is take, for example, an integer like 2043, and
extract first the number '3', then '4', '0', and '2'.
Each digit will then be converted to a std_logic_vector(3 downto 0).
Thank you!,
m m s
I would like to know if there is any function/method, in VHDL, to
extract the digits of an integer.
What I wish to do is take, for example, an integer like 2043, and
extract first the number '3', then '4', '0', and '2'.
Each digit will then be converted to a std_logic_vector(3 downto 0).
Thank you!,
m m s