Re: conv_integer



What is the difference between "to_integer" and "conv_integer"?

they are from different libraries ...

you should use numeric_std, you should *not* use std_logic_unsigned or std_logic_signed, for reasons see:
http://www.vhdl.org/comp.lang.vhdl/FAQ1.html


overview of conversion functions:
http://dz.ee.ethz.ch/support/ic/vhdl/vhdlsources.en.html

tricks and examples of the numerics:
http://www.synthworks.com/papers/vhdl_math_tricks_mapld_2003.pdf


bye,
Michael
.