New functions added: * count_ones(): returns number of 1 in a given std_logic_vector * xor_reduce(): returns the xor of all bits in a std_logic_vector Functions even_parity() & odd_parity() now use the xor_reduce function to calc the parity.