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     *  ======== Stellaris.xdc ========
    15     *  Generic Stellaris Cpu definition
    16     *
    17     *  This device represents all Stellaris devices independent.
    18     */
    19    
    20    metaonly module Stellaris inherits ti.catalog.ICpuDataSheet
    21    {
    22    instance:
    23        override config string   cpuCore        = "CM4";
    24        override config string   isa            = "v7M4";
    25        override config string cpuCoreRevision   = "1.0";
    26        override config int    minProgUnitSize   = 1;
    27        override config int    minDataUnitSize   = 1;
    28        override config int    dataWordSize      = 4;
    29    }
    30    /*
    31     *  @(#) ti.catalog.arm.cortexm4; 1, 0, 0,5; 11-9-2011 11:59:33; /db/ztree/library/trees/platform/platform-n08x/src/
    32     */
    33