Hi, > 1. There is lack of example for: > module mh7(input integer x); // input wire integer x I think this is covered by module mh2(inout integer x); // inout wire integer x > 2. And I've one more question - what should happen when we > use type which wich is forbidden to be a net in context which > implicitly enforce net nature of a port ie: > module mh(input int x); // input wire int x //int cannot be > a NET!!!!! "input wire int x" is an illegal declaration. The LRM is (or will be) clear that if an input declaration specifies the direction and does not specify the port kind, it is a net. There is no provision to make it a variable, so it will be illegal. This is related to in Mantis 1984 also. Shalom --------------------------------------------------------------------- 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 Wed Mar 19 03:04:09 2008
This archive was generated by hypermail 2.1.8 : Wed Mar 19 2008 - 03:04:20 PDT