[sv-bc] Is the declaration assignment optional for constant declaration

From: Surya Pratik Saha <spsaha_at_.....>
Date: Mon May 14 2007 - 02:11:45 PDT
Hi,
In SV 3.1 final LRM, the constant declaration syntax was:
constant_declaration ::= const data_type const_assignment ;

So the assignment was must in constant declaration.
But as per 1800 LRM, now the keyword 'const' has become part of data declaration, which may or may not contain assignment in declaration time. So is the declaration assignment is optional?
Is the following case valid:

module top;
    const int x; // the assignment is missing
endmodule
-- 
Regards
Surya

--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean. Received on Mon May 14 02:12:19 2007

This archive was generated by hypermail 2.1.8 : Mon May 14 2007 - 02:12:47 PDT