>From: "Brad Pierce" <Brad.Pierce@synopsys.com> >Can the initial value of an event array be expressed with an assignment >pattern, another event array, or a slice of another event array? That seems reasonable. >Can null be the initial value for an entire array of events, too, or >must null be assigned to each element of the event array for which a new >synchronization object is not desired? Null would not be assignment-compatible with an entire array of events, any more than you can assign an integer to an entire array of integers. You could presumably use an assignment pattern with a default of null to assign null to all the elements of an array of events. Steven Sharp sharp@cadence.comReceived on Wed Sep 13 16:24:27 2006
This archive was generated by hypermail 2.1.8 : Wed Sep 13 2006 - 16:24:43 PDT