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    /*
    11     *  ======== TMS320C2811.xdc ========
    12     *
    13     */
    14    package ti.catalog.c2800;
    15    
    16    /*!
    17     *  ======== TMS320C2811 ========
    18     *  The C2811 device data sheet module.
    19     *
    20     *  This module implements the xdc.platform.ICpuDataSheet interface and is used
    21     *  by platforms to obtain "data sheet" information about this device.
    22     */
    23    metaonly module TMS320C2811 inherits ITMS320C28xx
    24    {
    25    instance:
    26        override config string   cpuCoreRevision = "1.0";
    27    
    28        /*!
    29         *  ======== memMap ========
    30         *  The default memory map for this device
    31         */
    32       
    33        config xdc.platform.IPlatform.Memory memMap[string]  = TMS320C2812.memMap;
    34    };
    35    /*
    36     *  @(#) ti.catalog.c2800; 1, 0, 0, 0,174; 6-4-2009 14:19:57; /db/ztree/library/trees/platform-k10x/src/
    37     */
    38