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     *  ======== ICpuDataSheet.xdc ========
    12     */
    13    
    14    
    15    package ti.catalog;
    16    
    17    metaonly interface ICpuDataSheet inherits xdc.platform.ICpuDataSheet {
    18    
    19    instance:
    20    
    21        /*!
    22         *  ======== cpuCore ========
    23         *  An array of strings identifying the compatible ISA for the device.
    24         *
    25         *  @_nodoc
    26         */
    27        config string isa;
    28    
    29    }
    30    /*
    31     *  @(#) ti.catalog; 1, 0, 0,41; 6-4-2009 14:07:28; /db/ztree/library/trees/platform-k10x/src/
    32     */
    33