RE: [sv-bc] Function cannot return Unpack Array but can return unpack typedef

From: Brad Pierce <Brad.Pierce_at_.....>
Date: Tue Jul 05 2005 - 09:34:15 PDT
This is the topic of Mantis item 82, which notes
-----
The BNF does not accept

     function int foo [8] (...) ;

but it does accept

     typedef int T [8] ;
     function T foo (input int x [8] , ... ) ;

This is inconsistent with the rest of the language.
It shouldn't be necessary to use a typedef here. 
------
Received on Tue Jul 5 09:33:39 2005

This archive was generated by hypermail 2.1.8 : Tue Jul 05 2005 - 09:33:56 PDT