home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / lang / vhdl / 381 < prev    next >
Encoding:
Internet Message Format  |  1992-07-28  |  999 b 

  1. From: doug@hpscit.sc.hp.com (Doug Sojourner)
  2. Date: Fri, 24 Jul 1992 23:58:51 GMT
  3. Subject: Re: Resolved signals
  4. Message-ID: <48320002@hpscit.sc.hp.com>
  5. Organization: Hewlett-Packard, Santa Clara, CA
  6. Path: sparky!uunet!darwin.sura.net!mips!sdd.hp.com!hplabs!hplextra!hpfcso!hpfcmdd!hpbbrd!hpbbn!hpcc05!hpscit!doug
  7. Newsgroups: comp.lang.vhdl
  8. References: <memo.540055@cix.compulink.co.uk>
  9. Lines: 19
  10.  
  11. In comp.lang.vhdl, jmessenger@cix.compulink.co.uk (John Messenger) writes:
  12.  
  13. > subtype RTYPE is RESOLVED INTEGER;
  14. > type ARR is ARRAY (0 to 1) of RTYPE;
  15. > signal S: ARR;
  16.  
  17. > I know that RTYPE is a resolved subtype.
  18.  
  19. RTYPE is resolved if RESOLVED is a function with one argument
  20. of type array(INTEGER range <>) of INTEGER, which returns INTEGER.
  21. RESOLVED is not a keyword which makes signals resolved.
  22.  
  23. > is S    a resolved signal? 
  24.  
  25. Under the conditions above, S would be a resolved signal
  26.  
  27. >     John Messenger (jmessenger@cix.compulink.co.uk) Tel: +44 904 692700
  28.  
  29. Doug Sojourner (dsojourner@cdc.hp.com)
  30.