Variables | Description |
---|---|
type_id id | ``id'' identifies the basic VHDL type group of the corresponding VHDL type. ``type_id'' is a enumeration type ``type_id'' {INTEGER, ENUM, FPOINT, PHYSICAL, RECORD, ARRAY, ACCESS, VHDLFILE}. |
char ld_size | Stores logarithm dualis of the size of the corresponding type base class. I.e. 0 for enumeration types, 2 for integer types, 3 for real and physical types, 3 for array types etc. Note, it does not contain a valid value for record types. |