blob: 7afe989c3ec194631d93acb0cac67c1fea14a731 [file] [log] [blame]
/* --COPYRIGHT--,EPL
* Copyright (c) 2008 Texas Instruments and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Texas Instruments - initial implementation
*
* --/COPYRIGHT--*/
/*
* ======== Intel80586.xdc. ========
*/
/*!
* ======== Intel80586 ========
* Pentium device data sheet module.
*
* This module provides basic data suitable for Intel Pentium based
* native builds.
*/
metaonly module Intel80586 inherits xdc.platform.ICpuDataSheet
{
instance:
override config string cpuCore = "586";
override config string cpuCoreRevision = "1.0";
override config int minProgUnitSize = 1;
override config int minDataUnitSize = 1;
override config int dataWordSize = 4;
/*!
* ======== memMap ========
* The memory map returned be getMemeoryMap().
*/
config xdc.platform.IPlatform.Memory memMap[string] = [];
}