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