There are two more issues I found with the proposal. First, in the text below, the "logic shall be inferred" is struck through. I think that was unintentional, and you should revert that to black text. Second, there is a missing semicolon after "var reg r" in both the FROM and TO sections. Regards, Doug TO Another form of variable declaration begins with the keyword var. The data type is optional in this case. If a data type is not specified or if only a range and/or signing is specified, then the data type logic shall be inferred. var byte my_byte; // equivalent to "byte my_byte;" var v; // equivalent to "var logic v;" var [15:0] vw; // equivalent to "var logic [15:0] vw;" var enum bit { clear, error } status; input var logic data_in; var reg r From: owner-sv-bc@server.eda.org [mailto:owner-sv-bc@server.eda.org] On Behalf Of Bresticker, Shalom Sent: Tuesday, October 02, 2007 5:20 AM To: sv-bc@server.eda.org Subject: [sv-bc] Mantis 1940 <<1940_D3a.V3.htm>> Hi, I have prepared a new version of Mantis 1940. Please review. Thanks, Shalom Shalom Bresticker Intel Jerusalem LAD DA +972 2 589-6852 +972 54 721-1033 --------------------------------------------------------------------- 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 <http://www.mailscanner.info/> , and is believed to be clean. -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean.Received on Tue Oct 2 11:38:39 2007
This archive was generated by hypermail 2.1.8 : Tue Oct 02 2007 - 11:38:52 PDT