Hi Lisa, In the proposal sequence_actual_arg has been defined as: sequence_actual_arg ::= sequence_instance | event_expression But event_expression already includes sequence_instance as follows: event_expression ::= [ edge_identifier ] expression [ iff expression ] | sequence_instance [ iff expression ] | event_expression or event_expression | event_expression , event_expression Thanks. Manisha ________________________________ From: owner-sv-ac@server.eda-stds.org [mailto:owner-sv-ac@server.eda-stds.org] On Behalf Of Lisa Piper Sent: Wednesday, June 21, 2006 6:55 PM To: Brad Pierce Cc: Eduard Cerny; sv-ac@server.verilog.org Subject: RE: [sv-ac] 928 Proposal Updated Thanks Brad - you have a good eye! I have incorporated the changes in the attached and will update Mantis. lisa ________________________________ From: Brad Pierce [mailto:Brad.Pierce@synopsys.com] 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.org] On 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. LisaReceived on Thu Jun 22 16:06:22 2006
This archive was generated by hypermail 2.1.8 : Thu Jun 22 2006 - 16:06:33 PDT