Re: [sv-ac] 928 Proposal Updated

From: Surya Pratik Saha <spsaha_at_.....>
Date: Wed Jun 21 2006 - 21:29:33 PDT
Hi,
I have some comment on inclusion of event_expression as part of sequence_actual_arg. By definition event_expression is:
event_expression ::=
[ edge_identifier ] expression [ iff expression ]
| sequence_instance [ iff expression ]
| event_expression or event_expression
| event_expression , event_expression

So it is already containing ',' separator. And if we see the definition of sequence_list_of_arguments, the ',' separator is again used:

sequence_list_of_arguments
[sequence_actual_arg] { , [sequence_actual_arg] } { , . identifier ( [sequence_actual_arg] ) }
| . identifier (sequence_actual_arg] ) { , . identifier ( [sequence_actual_arg] ) }

So there is obvious conflict in BNF. SV 3.1a version had that conflict earlier, and 1800 fixed it by including only expression as sequence_list_of_arguments. Now if we again going back, then I think this conflict should be fixed first.
 

Lisa Piper wrote:

Thanks Brad - you have a good eye!  I have incorporated the changes in the attached and will update Mantis.

lisa



Sent: Wednesday, June 21, 2006 12:00 PM
To: Lisa Piper
Cc: Eduard Cerny
Subject: RE: [sv-ac] 928 Proposal Updated 

Lisa,

I think property_port_item and sequence_port_item each have an extra semicolon at the end that should be deleted.

Also, I would recommend defining property_actual_arg as

    property_actual_arg ::=  property_instance | sequence_actual_arg

-- Brad


From: owner-sv-ac@eda-stds.org [mailto:owner-sv-ac@eda-stds.orgOn Behalf Of Lisa Piper


Sent: Tuesday, June 20, 2006 1:52 PM
To: sv-ac@verilog.org
Subject: [sv-ac] 928 Proposal Updated

Hi all,

928 is ready for review again.  I have reviewed and incorporated comments from John Pierce, Bassom Tabbara, John Havlicek's, Miller Hillel,  and Ed Cerny.  The summary is as follows:

The purpose is to fix issues with the existing BNF.   Specifically:

1. removal of list_of_formals, formal_list_item, and actual_arg_expr that were not referenced

2. list_of_arguments was redfined as sequence_list_of_arguments and property_list_of_arguments. actual_arg was defined as sequence_actual_arg and property_actual arg.   They should be unique because sequences cannot have property arguments.

3. tf_port list was replaced by sequence_port_list and property_port_list to fix the issue that tf_port_list does not allow default values assignment other than expression.  The new definition allows for intiialization of all args in the definition. Named or positional association of arguments is allowed when the sequence or property is instantiated. 

4. Actual args for a sequence include sequence_instance or event_expression (which includes expressions) Actual args for a property are the same as for a sequence with the addition of a property_instance.

Lisa

-- 
Regards
Surya.
  Received on Wed Jun 21 21:29:46 2006

This archive was generated by hypermail 2.1.8 : Wed Jun 21 2006 - 21:30:00 PDT