blob: 10f054d4d817665f5f74e6aa3ceb3200dc359d0f [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--*/
package host.platforms.SUN;
/*!
* ======== SunSparc7 ========
* Sparc device data sheet module.
*
* This module provides basic data suitable for SUN Solaris native
* builds.
*/
metaonly module SunSparc7 inherits xdc.platform.ICpuDataSheet
{
instance:
override config string cpuCore = "sparc7";
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] = [];
}