Re: conv_integer



You cannot calculate with "clock cycles" when using conversion
functions.
Conversion functions and the corresponding data formats are dissolved
by the synthesis tool during synthesis process
so that in the end (real hardware) everything is implemented in
std_logic/std_logic_vector.

Use "to_integer" with library "ieee.numeric_std.all"
instead of conv_integer.

Rgds
André

Hallo,
how much clock cycles takes a conv_integer operation?

Many Thanks
Marco

.