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.c5400 ========
    15     *  Package of devices for the c5400 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.c5400 [1,0,0,0] {
    22        interface ITMS320C54xx;
    23        module TMS320C5401;
    24        module TMS320C5402;
    25        module TMS320C5402A;
    26        module TMS320C5404;
    27        module TMS320C5405;
    28        module TMS320C5407;
    29        module TMS320C5409;
    30        module TMS320C5409A;
    31        module TMS320C5410;
    32        module TMS320C5410A;
    33        module TMS320C5416;
    34        module TMS320C5420;
    35        module TMS320C5470;
    36        module TMS320C5471;
    37        module TMS320CDM270;
    38        module TMS320CDM310;
    39        module TMS320CDM320;
    40        module TMS320C54CST;
    41    }
    42    /*
    43     *  @(#) ti.catalog.c5400; 1, 0, 0, 0,173; 6-4-2009 14:13:16; /db/ztree/library/trees/platform-k10x/src/
    44     */
    45