1    /*
     2     *  Copyright (c) 2011 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     *  ======== ICpuDataSheet.xdc ========
    15     */
    16    
    17    
    18    package ti.catalog;
    19    
    20    metaonly interface ICpuDataSheet inherits xdc.platform.ICpuDataSheet {
    21    
    22    instance:
    23    
    24        /*!
    25         *  ======== cpuCore ========
    26         *  An array of strings identifying the compatible ISA for the device.
    27         *
    28         *  @_nodoc
    29         */
    30        config string isa;
    31    
    32    }
    33    /*
    34     *  @(#) ti.catalog; 1, 0, 0,212; 4-26-2011 10:50:35; /db/ztree/library/trees/platform/platform-m16x/src/
    35     */
    36