1    /* 
     2     *  Copyright (c) 2008 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    requires ti.catalog.c6000;
    13    requires xdc.platform [1,0,1];
    14    
    15    /*!
    16     *  ======== ti.platforms.sim6xxx ========
    17     *  Platform package for the sim6xxx platform.
    18     *
    19     *  This package implements the interfaces (xdc.platform.IPlatform)
    20     *  necessary to build and run executables on the sim6xxx platform.
    21     *
    22     *  @a(Throws)
    23     *  `XDCException` exceptions are thrown for fatal errors. The following error
    24     *  codes are reported in the exception message:
    25     *  @p(dlist)                            
    26     *      -  `ti.platfoms.sim6xxx.LINK_TEMPLATE_ERROR`
    27     *           This error is raised when this platform cannot found the default
    28     *           linker command template `linkcmd.xdt` in the build target's
    29     *           package. When a target does not contain this file, the config
    30     *           parameter `{@link xdc.cfg.Program#linkTemplate}` must be set.
    31     *  @p
    32     */
    33    package ti.platforms.sim6xxx [1,0,1,1] {
    34        module Platform;
    35    }
    36    /*
    37     *  @(#) ti.platforms.sim6xxx; 1, 0, 1, 1,44; 8-7-2010 18:32:19; /db/ztree/library/trees/platform/platform-l20x/src/
    38     */
    39