Re: conv_integer
- From: "ALuPin@xxxxxx" <ALuPin@xxxxxx>
- Date: 28 Feb 2006 07:11:36 -0800
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
.
- Follow-Ups:
- Re: conv_integer
- From: Marco T.
- Re: conv_integer
- References:
- conv_integer
- From: Marco T.
- conv_integer
- Prev by Date: Re: Serious problem with XST
- Next by Date: Re: The 95108 cpld is getting heated when connected by CRO
- Previous by thread: conv_integer
- Next by thread: Re: conv_integer
- Index(es):