I agree. Shalom ________________________________ From: owner-verilog-ams@server.eda.org [mailto:owner-verilog-ams@server.eda.org] On Behalf Of Surya Pratik Saha Sent: Tuesday, August 25, 2009 1:30 PM To: verilog-ams@server.eda.org Subject: Confusion over connect_resolution rule Hi, I have a confusion on connect_resolution rule. It is defined as: connect_resolution ::= connect discipline_identifier { , discipline_identifier } resolveto // from A.1.8 discipline_identifier | exclude ; As per the position of '|', it seems to me connect_resolution can be resolved to either: connect discipline_identifier { , discipline_identifier } resolveto discipline_identifier or exclude ; But by the example it seems to me, after resolveto keyword, either discipline_identifier or exclude can be present. So the rule should be rewritten as: connect_resolution ::= connect discipline_identifier { , discipline_identifier } resolveto discipline_or_exclude ; discipline_or_exclude ::= discipline_identifier | exclude Please correct me if I am wrong. -- Regards Surya -- This message has been scanned for viruses and dangerous content by MailScanner<http://www.mailscanner.info/>, and is believed to be clean. --------------------------------------------------------------------- Intel Israel (74) Limited This e-mail and any attachments may contain confidential material for the sole use of the intended recipient(s). Any review or distribution by others is strictly prohibited. If you are not the intended recipient, please contact the sender and delete all copies. -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean.Received on Tue Aug 25 03:54:51 2009
This archive was generated by hypermail 2.1.8 : Tue Aug 25 2009 - 03:54:58 PDT