Re: [sv-bc] Deadline for detailed feedback on Data Types on Nets Proposal

From: Brad Pierce <Brad.Pierce@synopsys.com>
Date: Mon Nov 15 2004 - 13:34:47 PST

For symmetry with the net_type keywords, the reserved keyword 'var'
should be made available as an optional way to indicate that the data
object being declared is a variable.

For example,

    var automatic [3:0] j;

would be equivalent to

    automatic logic [3:0] j;

and

    var my_struct_t s;

would be equivalent to

    my_struct_t s;

-- Brad
Received on Mon Nov 15 13:34:50 2004

This archive was generated by hypermail 2.1.8 : Mon Nov 15 2004 - 13:35:10 PST