Forum Discussion
Altera_Forum
Honored Contributor
14 years agoconv_std_logic_vector
I have the following code but after compiling it said there is error in conv_std_logic_vector , can someone help me ?? library IEEE; use IEEE.STD_LOGIC_1164.ALL; use IEEE.STD_LOGIC_AR...
Altera_Forum
Honored Contributor
14 years agoPositiion and count both have length 8, so whats wrong with just:
Position <= count; ? But you should be using numeric_std. Std_logic_unisnged is not part of the IEEE VHDL Standard.