1    /*
     2     *  Copyright 2009 by Texas Instruments Incorporated.
     3     *
     4     *  All rights reserved. Property of Texas Instruments Incorporated.
     5     *  Restricted rights to use, duplicate or disclose this code are
     6     *  granted through contract.
     7     *
     8     */
     9    
    10    requires xdc.platform;
    11    requires ti.catalog;
    12    
    13    /*!
    14     *  ======== ti.catalog.c5500 ========
    15     *  Package of devices for the c5500 family of DSPs.
    16     *
    17     *  Each module in this package implements the xdc.platform.ICpuDataSheet
    18     *  interface. This interface is used by platforms (modules that implement
    19     *  xdc.platform.IPlatform) to obtain the memory map supported by each CPU.
    20     */
    21    package ti.catalog.c5500 [1,0,0,0] {
    22        interface IOMAP, ITMS320C55xx;
    23        module TMS320C5501;
    24        module TMS320C5502;
    25        module TMS320C5503;
    26        module TMS320C5505;
    27        module TMS320C5507;
    28        module TMS320C5509;
    29        module TMS320C5509A;
    30        module TMS320C5510;
    31        module TMS320C5510A;
    32        module TMS320C5561;
    33        module TMS320C1035;
    34        module TMS320C1510;
    35        module TMS320C1610;
    36        module TMS320C1710;
    37        module TMS320C2320;
    38        module TMS320C2420;
    39        module TMS320C5903;
    40        module TMS320C5905;
    41        module TMS320C5910;
    42        module TMS320C5912;
    43        module TMS320C5944;
    44        module TMS320C5946;
    45        module TMS320C5948;
    46        module TMS320CRYUJIN;
    47        module TMS320CDA255;
    48        module TMS320CDA295;
    49        module TMS320CDA300;
    50        module TNETV1050, TNETV1055;
    51    }
    52    /*
    53     *  @(#) ti.catalog.c5500; 1, 0, 0, 0,173; 6-4-2009 14:13:14; /db/ztree/library/trees/platform-k10x/src/
    54     */
    55