home *** CD-ROM | disk | FTP | other *** search
- From: doug@hpscit.sc.hp.com (Doug Sojourner)
- Date: Fri, 24 Jul 1992 23:58:51 GMT
- Subject: Re: Resolved signals
- Message-ID: <48320002@hpscit.sc.hp.com>
- Organization: Hewlett-Packard, Santa Clara, CA
- Path: sparky!uunet!darwin.sura.net!mips!sdd.hp.com!hplabs!hplextra!hpfcso!hpfcmdd!hpbbrd!hpbbn!hpcc05!hpscit!doug
- Newsgroups: comp.lang.vhdl
- References: <memo.540055@cix.compulink.co.uk>
- Lines: 19
-
- In comp.lang.vhdl, jmessenger@cix.compulink.co.uk (John Messenger) writes:
-
- > subtype RTYPE is RESOLVED INTEGER;
- > type ARR is ARRAY (0 to 1) of RTYPE;
- > signal S: ARR;
-
- > I know that RTYPE is a resolved subtype.
-
- RTYPE is resolved if RESOLVED is a function with one argument
- of type array(INTEGER range <>) of INTEGER, which returns INTEGER.
- RESOLVED is not a keyword which makes signals resolved.
-
- > is S a resolved signal?
-
- Under the conditions above, S would be a resolved signal
-
- > John Messenger (jmessenger@cix.compulink.co.uk) Tel: +44 904 692700
-
- Doug Sojourner (dsojourner@cdc.hp.com)
-