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     *  ======== TMS320CDM355.xdc ========
    12     *
    13     */
    14    
    15    metaonly module TMS320CDM355 inherits ti.catalog.ICpuDataSheet
    16    {
    17    instance:
    18        override config string cpuCore           = "v5T";
    19        override config string isa               = "v5T";
    20        override config string cpuCoreRevision   = "1.0";
    21        override config int    minProgUnitSize   = 1;
    22        override config int    minDataUnitSize   = 1;
    23        override config int    dataWordSize      = 4;
    24    
    25        /*!
    26         *  ======== memMap ========
    27         *  The memory map returned be getMemoryMap().
    28         */
    29        config xdc.platform.IPlatform.Memory memMap[string] =
    30            ti.catalog.arm.TMS320CDM355.memMap;
    31    }
    32    /*
    33     *  @(#) ti.catalog.c470; 1, 0, 1, 1,173; 6-4-2009 14:13:10; /db/ztree/library/trees/platform-k10x/src/
    34     */
    35