RE: [sv-bc] DataTypes: wording for optional "var"

From: Kathy McKinley <mckinley@cadence.com>
Date: Thu Nov 18 2004 - 15:32:35 PST

Hi Doug,

I assume that this case is allowed to make it similar to parameter and
net declarations:

    parameter foo = 1'b1;
    wire foo;
    var foo;

It might make the object declaration rules easier to remember to know
that you can always omit the data type if your declaration starts with
a keyword for the object kind.

I am fine with allowing it or disallowing it.

Kathy

>Subject: RE: [sv-bc] DataTypes: wording for optional "var"
>Date: Thu, 18 Nov 2004 15:14:37 -0800
>From: "Warmke, Doug" <doug_warmke@mentorg.com>
>To: "Kathy McKinley" <mckinley@cadence.com>, <btf-dtype@boyd.com>,
> <sv-bc@eda.org>
>
>Hi Kathy,
>
>I think it's a good time to introduce "var".
>
>I only have one issue with this proposal:
>What is the point of allowing an "optional" data type after var?
>There are no backward compatability issues to deal with.
>If there is no good reason for this optionality, I would prefer
>that the LRM mandate the use of a data type after the var keyword.
>
>Regards,
>Doug
Received on Thu Nov 18 15:32:41 2004

This archive was generated by hypermail 2.1.8 : Thu Nov 18 2004 - 15:32:44 PST