package host.platforms.PC

Platform package for the PC platform

This package implements the interfaces (xdc.platform.IPlatform) necessary to build and run executables on a PC platform. This platform supports multiple host operating systems; Linux, Windows, etc.
XDCspec declarations sourced in host/platforms/PC/package.xdc
requires xdc.platform;
 
package host.platforms.PC [1, 0, 0] {
 
    module Intel80586;
    // Pentium device data sheet module
    module Platform;
    // Native PC platform support
}
generated on Tue, 24 Aug 2010 15:39:50 GMT