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