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    /*
    14     *  ======== TMS570PSF762.xdc ========
    15     */
    16    package ti.catalog.c470;
    17    
    18    /*!
    19     *  ======== TMS570PSF762 ========
    20     *  The C470 device data sheet module.
    21     *
    22     *  This module implements the xdc.platform.ICpuDataSheet interface and is 
    23     *  used by platforms to obtain "data sheet" information about this device.
    24     */
    25    metaonly module TMS570PSF762 inherits ti.catalog.arm.TMS470xx
    26    {
    27    instance:
    28        override config string   cpuCoreRevision = "1.0";
    29    
    30        /*!
    31         *  ======== memMap ========
    32         *  The default memory map for this device
    33         */
    34        config xdc.platform.IPlatform.Memory memMap[string] =
    35            ti.catalog.arm.TMS570PSF762.memMap;
    36    };
    37    
    38    /*
    39     *  @(#) ti.catalog.c470; 1, 0, 1, 1,230; 5-6-2010 13:31:31; /db/ztree/library/trees/platform/platform-k34x/src/
    40     */
    41