> Compatibility problem here. What if I do: > > xxx : integer_vector (0 to 3) := (0,1,2,3); > Then say: > if (xxx = (0,1,2,3)) then > ..... > > (0,1,2,3) will assume to be integer'low to integer'low+4. Ranges don't matter while comparing arrays, only the length does. Tristan. -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean.Received on Thu Apr 16 19:38:55 2015
This archive was generated by hypermail 2.1.8 : Thu Apr 16 2015 - 19:39:34 PDT