[sv-ac] BNF definition of ## concatenation

From: Eduard Cerny <Eduard.Cerny_at_.....>
Date: Tue Jun 26 2007 - 08:08:44 PDT
Hi,

the BNF for ## concatenation of sequences has the following text:

cycle_delay_range ::=
	  ## integral_number
	| ## identifier
	| ## ( constant_expression )
	| ## [ cycle_delay_const_range_expression ]
cycle_delay_const_range_expression ::=
	  constant_expression : constant_expression
	| constant_expression : $

Without any explanation, it would seem that "identifier" can be
anything, including a variable. Yet, everything else including the
examples refers to constant expressions. Should there be some note in
the text and the BNF stating that identifier can only be a parameter or
something of that sort?

Thanks,

ed

-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
Received on Tue Jun 26 08:09:01 2007

This archive was generated by hypermail 2.1.8 : Tue Jun 26 2007 - 08:09:07 PDT