Hello All,
 
In yesterdays meeting I was requested to make a proposal that among
other things enhances the BNF to accept the usage of data types as
arguments to the $bits system function and the array querying system
functions
 
Meaning enabling such system function calls
                $bits(integer)
                $dimennsions(reg[10:0]);
 
However the BNF sections in chapter 23 only permits the usage of type
identifiers
 
 
Such as 
typedef integer type_ident
...
$bits(type_ident)
 
 
The BNF box  in chapter 23.4 reads:
 
size_function ::=
$bits ( expression )
| $bits ( type_identifier )
// not in Annex A
 
And annex A reads
            type_identifier ::= identifier
 
My question :    
Do we want to enable the use of data types as arguments to the $bits and
array querying system functions ?
 
Once I receive an answer I will update the proposal
 
 
 
Dan Jacobi, 
Tel  : +972-4-8655855
Inet : 8-465-5855
 
Received on Tue Sep 14 04:17:48 2004
This archive was generated by hypermail 2.1.8 : Tue Sep 14 2004 - 04:18:21 PDT