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    /*
    13     *  ======== Intel80586.xdc. ========
    14     */
    15    
    16    /*!
    17     *  ======== Intel80586 ========
    18     *  Pentium device data sheet module.
    19     *
    20     *  This module provides basic data suitable for Intel Pentium based
    21     *  native builds.
    22     */
    23    metaonly module Intel80586 inherits xdc.platform.ICpuDataSheet
    24    {
    25    instance:    
    26        override config string cpuCore          = "586";
    27        override config string cpuCoreRevision   = "1.0";
    28        override config int    minProgUnitSize   = 1;
    29        override config int    minDataUnitSize   = 1;
    30        override config int    dataWordSize     = 4;
    31    
    32        /*!
    33         *  ======== memMap ========
    34         *  The memory map returned be getMemeoryMap().
    35         */
    36        config xdc.platform.IPlatform.Memory memMap[string] = [];
    37    }
    38    /*
    39     *  @(#) host.platforms.macos; 1, 0, 0,0; 2-20-2019 10:21:21; /db/ztree/library/trees/xdc/xdc-F09/src/packages/
    40     */
    41