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