Hi,
Please consider the following rules in SV-3.1a LRM
-------------------------------
1. blocking_assignment ::=
variable_lvalue = delay_or_event_control expression
2. delay_or_event_control::=
@ hierarchical_event_identifier
| @ sequence_instance
3. expression
::= ( expression )
4. sequence_instance ::=
ps_sequence_identifier [ ( [ actual_arg_list ] ) ]
--------------------------------
It seems that there is no way parser can understand which rule to reduce
through, for a syntax of the form " @ s1 (a) " , where s1 is a sequence
instance and 'a' can be treated as argument of s1 or the expression
in the rule
1. blocking_assignment ::=
variable_lvalue = delay_or_event_control expression
Thanks,
Kausik
Received on Tue Sep 14 00:46:15 2004
This archive was generated by hypermail 2.1.8 : Tue Sep 14 2004 - 00:46:49 PDT