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     *  ======== ITMS320C55xx.xdc ========
    12     */
    13    package ti.catalog.c5500;
    14    
    15    /*!
    16     *  ======== ITMS320C55xx ========
    17     *  An interface implemented by all TMS320C55xx devices.
    18     *
    19     *  This interface is defined to factor common data about this family into
    20     *  a single place; all TMS320C55xx devices extend this interface.
    21     */
    22    metaonly interface ITMS320C55xx inherits ti.catalog.ICpuDataSheet
    23    {
    24    instance:
    25        override config string   cpuCore        = "5500";
    26        override config string   isa            = "55";
    27        override config int     minProgUnitSize = 2;
    28        override config int     minDataUnitSize = 1;    
    29        override config int     dataWordSize    = 2;
    30    };
    31    /*
    32     *  @(#) ti.catalog.c5500; 1, 0, 0, 0,173; 6-4-2009 14:13:12; /db/ztree/library/trees/platform-k10x/src/
    33     */
    34