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    
    12    /*!
    13     *  ======== ti.catalog.c2800 ========
    14     *  Package of devices for the c2800 family of DSPs.
    15     *
    16     *  Each module in this package implements the xdc.platform.ICpuDataSheet
    17     *  interface. This interface is used by platforms (modules that implement
    18     *  xdc.platform.IPlatform) to obtain the memory map supported by each CPU.
    19     */
    20    package ti.catalog.c2800 [1,0,0,0] {
    21        interface ITMS320C28xx,ITMS320C283xx;
    22    
    23        module TMS320C2801, TMS320C2806, TMS320C2808; 
    24        module TMS320C2810, TMS320C2811, TMS320C2812;
    25        module TMS320C28232, TMS320C28234, TMS320C28235;
    26        module TMS320C28332, TMS320C28334, TMS320C28335;
    27    
    28        /* Piccolo Devices */
    29        module TMS320C28020, TMS320C28021;
    30        interface ITMS320C28026;
    31        module TMS320C28022, TMS320C28026;
    32        interface ITMS320C28027;
    33        module TMS320C28023, TMS320C28027;
    34    
    35        /* Piccolo-B Devices */
    36        interface ITMS320C28032;
    37        module TMS320C28032, TMS320C28033;
    38        interface ITMS320C28034;
    39        module TMS320C28034, TMS320C28035;
    40    
    41        /* Delfino Devices */
    42        interface ITMS320C28342;
    43        module TMS320C28341, TMS320C28342;
    44        interface ITMS320C28344;
    45        module TMS320C28343, TMS320C28344;
    46        interface ITMS320C28346;
    47        module TMS320C28345, TMS320C28346;
    48    }
    49    /*
    50     *  @(#) ti.catalog.c2800; 1, 0, 0, 0,174; 6-4-2009 14:19:58; /db/ztree/library/trees/platform-k10x/src/
    51     */
    52