[sv-bc] "." operator?

From: Francoise Martinolle <fm@cadence.com>
Date: Fri Apr 30 2004 - 10:17:22 PDT

Is the " . "an operator?

Can you write the following:
typedef struct
{
    logic MEMBER
    integer DATA;
} mystruct;

mystruct S1, S2;
reg r;

r = (cond ? S1 : S2).MEMBER;

In any case, I did not find anything in the formal BNF which allows the
above; however the . is listed as an operator in table 7.2

Francoise
        '
Received on Fri Apr 30 10:17:26 2004

This archive was generated by hypermail 2.1.8 : Fri Apr 30 2004 - 10:17:46 PDT