6.3 Selected names

6.3.1 Definitions

selected_name ::=
    prefix . suffix

prefix ::=
    name
    | function_call

suffix ::=
    simple_name
    | character_literal
    | operator_symbol
    | all

6.3.2 Examples

instruction.opcode

The element opcode of the Record instruction is addressed.

ptr. ALL

All elements ( ALL ) to which the index ptr points are addressed.

ttl.SN74LS221

The design unit SN74LS221 from the library ttl is addressed.

cmos. ALL

All design units from the library cmos are addressed.

measurements.voltage

The entity voltage from the package measurements is addressed.

standard. ALL

All entities from the package standard are addressed.

p.data

The entity data , which is defined in the process p, is addressed.