>From: "Brad Pierce" <Brad.Pierce@synopsys.com> >However, as Gord says, "assignment-like context" is only relevant to >assignment patterns. For example, although the argument of a static >cast is evaluated in the context of an assignment to a variable of the >result type, an assignment pattern is not legal as the argument of a >static cast, because a static cast is not an "assignment-like context". OK, so an "assignment-like context" implies evaluation in the context of the LHS, but not being an "assignment-like context" does not imply that evaluation is not done in the context of the LHS. So a defparam is not an "assignment-like context". It can still be evaluated in the context of the LHS, which is what makes sense. Steven Sharp sharp@cadence.comReceived on Tue Feb 7 12:17:17 2006
This archive was generated by hypermail 2.1.8 : Tue Feb 07 2006 - 12:17:54 PST