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     *  ======== ITMS320C283xx.xdc ========
    12     */
    13    package ti.catalog.c2800;
    14    
    15    /*!
    16     *  ======== ITMS320C283xx ========
    17     *  An interface implemented by all TMS320C28xx devices.
    18     *
    19     *  This interface is defined to factor common data about this family into
    20     *  a single place; all TMS320C28xx devices extend this interface.
    21     */
    22    metaonly interface ITMS320C283xx inherits ITMS320C28xx
    23    {
    24    instance:
    25        override config string   isa            = "28FP";
    26    };
    27    /*
    28     *  @(#) ti.catalog.c2800; 1, 0, 0, 0,174; 6-4-2009 14:19:57; /db/ztree/library/trees/platform-k10x/src/
    29     */
    30