Forum Discussion
Altera_Forum
Honored Contributor
13 years agoconver froms td_logic_vector to integer
hai every one i'm new to vhdl code and i got problem how to use decimal value instead of binary for example right_m<="1010001010"; left_m <="1011101110"; i want to conver...
Altera_Forum
Honored Contributor
13 years agoIn addition to what others have said - if you have a std_logic_vector that is storing an integer, why are you using a std_logic_Vector at all? why not just use an integer? (unless its the top level).