so i'm trying to use array_name'left, array_name'right in this manner:
array_name'left xor array_name'right
but the compiler is telling me that xor can't accept the return type of the array attributes, which seems to be 'std.standard.integer', though the type of array i am using is just std_logic, so I would have thought the return type would be the same type as the array. what's going on here? any help is much appreciated
-ddanj
array_name'left xor array_name'right
but the compiler is telling me that xor can't accept the return type of the array attributes, which seems to be 'std.standard.integer', though the type of array i am using is just std_logic, so I would have thought the return type would be the same type as the array. what's going on here? any help is much appreciated
-ddanj