Le 29/04/2013 13:04, valtih1978 a �crit :
> Operators in VHDL are type-dependent. Sll is defined for arrays of bits
> and booleans. I am not sure about integer. The standard packages extend
> sll support to the other types.
Hello
It doesn't make any sense to define sll for integers in VHDL. Nor for
booleans, for that matter. In which package is this so ?
In numeric_std it is defined for signed and unsigned (I think), not
std_logic_vector
Niclas