Re: [vhdl-200x] Records with diectional subtypes

From: Martin.J Thompson <Martin.J.Thompson@trw.com>
Date: Thu Aug 23 2012 - 00:59:09 PDT

>>> On 22 August 2012 at 20:11, Brent Hayhoe <Brent.Hayhoe@Aftonroy.com> wrote:
> --Slave entity
> use work.cpu_bus_pkg.all
> entity slave is
....
> bus : comp ( --hierarchical composite port
> adr, dat, we, en(id) : in;
> sdt, ack, err : out;
> en(others) : null
> ) t_cpu_bus
> );

I then have to repeat that on all my slaves. The subtype idea means that the entity doesn't have to know anything about the contents of the "bus" in order to have a pin for it (which is as it should be IMHO).

I'm with Ryan on the "extracting a single bit" functionality. Is there a real-world use-case where this is useful? As far as I know, Avalon, AXI and Wishbone have their masters connected to their slaves through a block of interconnect logic which means that only a single 'en' signal makes it through to the slave anyway. Are there other on-chip buses extant which could make use of this kind of "bus-ripping" feature?

Cheers,
Martin

-- 
Martin Thompson CEng MIET
TRW Conekt, Stratford Road, Solihull, B90 4GW. UK
+44 (0)121-627-3569 : martin.j.thompson@trw.com
http://www.conekt.co.uk/
Conekt is a trading division of TRW Limited 
Registered in England, No. 872948 
Registered Office Address: Stratford Road, Solihull B90 4AX
-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
Received on Thu Aug 23 00:59:46 2012

This archive was generated by hypermail 2.1.8 : Thu Aug 23 2012 - 01:00:23 PDT