package xdc.platform

Interfaces and modules necessary for the XDC Platform Model

XDCspec declarations sourced in xdc/platform/package.xdc
package xdc.platform [1, 0, 1, 0] {
 
    interface ICpuDataSheet;
    // CPU information provided by the HW model
    interface IExeContext;
    // Execution environment interface between a platform and an executable
    interface IPeripheral;
    // Configuration-time representation of a peripheral
    interface IPlatform;
    // Configuration-time interface to all platforms
    module ExeContext;
    // Stock implementation of xdc.platform.IExeContext
    module Utils;
    // Misc platform utilities
}
generated on Tue, 24 Aug 2010 15:39:19 GMT