> I tend to agree that 'reg' should not be a data type and that it
> would be better to use 'reg' instead of 'var'.
>
> Could someone please remind us again of the arguments for keeping
> 'reg' as a data type that is equivalent to 'logic'?
I'm not sure what the history of arguments on this are, but this
declaration, which is now legal would become illegal:
typedef struct { reg a; } ST;
ST s;
Since the fields of a struct are not variables but only data types.
Mark Hartoog
700 E. Middlefield Road
Mountain View, CA 94043
650 584-5404
markh@synopsys.com
Received on Mon Nov 15 14:08:25 2004
This archive was generated by hypermail 2.1.8 : Mon Nov 15 2004 - 14:08:47 PST