I would like a confirmation that we allow all variations of net declaration
syntax in packages.
For ex:
This is allowed
 
package p;
  integer i;
  wire w = i; 
endpackage
 
but this is not:
package p;
  integer i;
  wire w;
  assign w = i;
 
endpackage
 
Received on Fri Oct 29 09:39:33 2004
This archive was generated by hypermail 2.1.8 : Fri Oct 29 2004 - 09:39:36 PDT