Section E.6.3, Text

 

In E.6.3 Replace

 

— Enumeration types are represented as the types associated with them. Enumerated names are not available on the C side of the interface.

 

WITH

 

— Enumeration types are represented as the types associated with them by C base types that correspond to the enumeration types’ SystemVerilog base types (see Table E-1)The base type determines whether an enumeration type is considered a small value (see 28.4.5).  DPI supports all the SystemVerilog enumeration base types (see 4.10 and A.2.2.1). integer and time base types are represented as 4-state packed arrays in canonical form.  Enumerated names are not available on the C side of the interface.