Altera_Forum
Honored Contributor
13 years agousing integer
Hi, I have two questions about using integer in VHDL. 1. If I had to convert a std_logic_vector to an integer, is it better to use CONV_INTEGER(MyVector) or to_integer(unsigned(MyVector)) ...