Section A.4.1.1, Syntax 18-3
Module instantiation

In A.4.1.1 and Syntax 18-3, REMOVE

dot_named_port_connection

dot_star_port_connection

 

In A.4.1.1 and Syntax 18-3, REPLACE

            named_port_connection ::= { attribute_instance } . port_identifier ( [ expression ] )

WITH

named_port_connection ::= { attribute_instance } . port_identifier [ ( [ expression ] ) ]

                                    |   { attribute_instance }  .*

 

In A.4.1.1 and Syntax 18-3, REPLACE

            list_of_port_connections ::=

                        ordered_port_connection { , ordered_port_connection }

            |            dot_named_port_connection { , dot_named_port_connection }

            |             { named_port_connection , } dot_star_port_connection { , named_port_connection }

WITH

            list_of_port_connections ::=

                        ordered_port_connection { , ordered_port_connection }

            |            named_port_connection { , named_port_connection }

and ADD the following footnote

The .* token shall appear at most once in a list of port connections.