1    /*
     2     *  Copyright (c) 2010 by Texas Instruments and others.
     3     *  All rights reserved. This program and the accompanying materials
     4     *  are made available under the terms of the Eclipse Public License v1.0
     5     *  which accompanies this distribution, and is available at
     6     *  http://www.eclipse.org/legal/epl-v10.html
     7     *
     8     *  Contributors:
     9     *      Texas Instruments - initial implementation
    10     *
    11     * */
    12    
    13    requires xdc.platform;
    14    
    15    /*!
    16     *  ======== ti.catalog.c2800 ========
    17     *  Package of devices for the c2800 family of DSPs.
    18     *
    19     *  Each module in this package implements the xdc.platform.ICpuDataSheet
    20     *  interface. This interface is used by platforms (modules that implement
    21     *  xdc.platform.IPlatform) to obtain the memory map supported by each CPU.
    22     */
    23    package ti.catalog.c2800 [1,0,0,0] {
    24        interface ITMS320C28xx,ITMS320C283xx;
    25    
    26        module TMS320C2801, TMS320C2802, TMS320C2806, TMS320C2808, TMS320C2809; 
    27        module TMS320C2810, TMS320C2811, TMS320C2812, TMS320C28015, TMS320C28016;
    28        module TMS320C28232, TMS320C28234, TMS320C28235;
    29        module TMS320C28332, TMS320C28334, TMS320C28335;
    30    
    31        /* Piccolo Devices */
    32        module TMS320C28020, TMS320C28021;
    33        interface ITMS320C28026;
    34        module TMS320C28022, TMS320C28026;
    35        interface ITMS320C28027;
    36        module TMS320C28023, TMS320C28027;
    37    
    38        /* Piccolo-B Devices */
    39        module TMS320C28030, TMS320C28031;
    40        interface ITMS320C28032;
    41        module TMS320C28032, TMS320C28033;
    42        interface ITMS320C28034;
    43        module TMS320C28034, TMS320C28035;
    44    
    45        module TMS320C28044;
    46    
    47        /* Delfino Devices */
    48        interface ITMS320C28342;
    49        module TMS320C28341, TMS320C28342;
    50        interface ITMS320C28344;
    51        module TMS320C28343, TMS320C28344;
    52        interface ITMS320C28346;
    53        module TMS320C28345, TMS320C28346;
    54    }
    55    /*
    56     *  @(#) ti.catalog.c2800; 1, 0, 0, 0,278; 8-7-2010 18:17:52; /db/ztree/library/trees/platform/platform-l20x/src/
    57     */
    58