Section 5.3, A.8.4
Enumerated names are elaboration-time constants

In 5.3, REPLACE

            “A parameter or local parameter can only be set to an expression of literals, parameters or local parameters, genvars, or a constant function of these.”

WITH

            “A parameter or local parameter can only be set to an expression of literals, parameters or local parameters, genvars, enumerated names or a constant function of these.”

 

In 5.3, REPLACE

            “A constant declared with the const keyword, can only be set to an expression of literals, parameters, local parameters, genvars, a constant function of these, or other constants.”

WITH

            “A constant declared with the const keyword can only be set to an expression of literals, parameters or local parameters, genvars, enumerated names, a constant function of these, or other constants.”

 

In A.8.4, in constant_primary, ADD

            |            enum_identifier