1    /*
     2     *  Copyright (c) 2010 by Texas Instruments and others.
     3     *  All rights reserved. This program and the accompanying materials
     4     *  are made available under the terms of the Eclipse Public License v1.0
     5     *  which accompanies this distribution, and is available at
     6     *  http://www.eclipse.org/legal/epl-v10.html
     7     *
     8     *  Contributors:
     9     *      Texas Instruments - initial implementation
    10     *
    11     * */
    12    
    13    metaonly module TMS320C5912 inherits ti.catalog.ICpuDataSheet
    14    {
    15    instance:
    16        override config string cpuCore           = "Arm9";
    17        override config string isa               = "v5T";
    18        override config string cpuCoreRevision   = "1.0";
    19        override config int    minProgUnitSize   = 1;
    20        override config int    minDataUnitSize   = 1;
    21        override config int    dataWordSize      = 4;
    22    
    23        /*!
    24         *  ======== memMap ========
    25         *  The memory map returned be getMemoryMap().
    26         */
    27        config xdc.platform.IPlatform.Memory memMap[string] = [];
    28    }
    29    /*
    30     *  @(#) ti.catalog.arm; 1, 0, 1,181; 11-12-2010 14:43:06; /db/ztree/library/trees/platform/platform-l27x/src/
    31     */
    32