Section 4.5

LRM-111

Change (changes in red and blue):

SystemVerilog provides new system functions to return information about an array. These are: $left, $right, $low, $high, $increment, $length $size, and $dimensions. These functions are described in Section 23.6.

Section 4.15

LRM-113 LRM-140

Change in Syntax 4-8 (changes in red and blue):

array_method_call method_call ::=                                                                   // from Annex A.8.2

  ...

| expression . method_identifier array_method_name { attribute_instance } [ ( list_of_arguments ) ] [ with ( expression ) ]23

 

array_method_name ::=

method_identifier | unique | and | or | xor