ISO-C 5.5 holds that two enum types are
      always distinct.
      Following tradition, if Verilog has the same syntax as C, it must
      take on a different meaning.
      To appeal to folks who believe in this guiding principle, I can
      offer them this suggestion:
      The enum label exported to the declaring scope will be strongly
      typed (C-like), but if you select it
      directly out of the enum scope itself, it will be weakly typed.
      Thus  TRUE == FALSE would be a type-mismatch error
      in a scope where these were labels of distinct enums,
      even though BLUE::TRUE == TEETH::FALSE would be
      legal, and perhaps true.
      There, is that different enough from C so the pain of matching it
      elsewhere is diminished? ;-)
      
      On 3/21/2014 12:16 PM, Brad Pierce wrote:
    
    
      Enum types should be 100%-strong with the base type encodings accessible
via an enum method as in http://www.eda.org/svdb/view.php?id=4887 .
Such a method would still be useful even if weak enum typing must be
preserved for legacy reasons.
Replying to http://www.eda.org/sv-bc/hm/11537.html .
-- Brad
    
    
  -- 
This message has been scanned for viruses and
dangerous content by
MailScanner, and is
believed to be clean.
Received on Fri Mar 21 11:37:10 2014