metaonly module ti.sdo.fc.utils.gtinfra.GTINFRA
XDCspec summary sourced in ti/sdo/fc/utils/gtinfra/GTINFRA.xdc
metaonly module GTINFRA {  ...
XDCscript usage meta-domain
var GTINFRA = xdc.useModule('ti.sdo.fc.utils.gtinfra.GTINFRA');
module-wide constants & types
    values of type GTINFRA.RuntimeEnv// 
        const GTINFRA.NONE;
        const GTINFRA.DSPBIOS;
        const GTINFRA.WINCE;
module-wide config parameters
    GTINFRA.debug//  = Bool false;
 
XDCspec declarations sourced in ti/sdo/fc/utils/gtinfra/GTINFRA.xdc
 
metaonly module GTINFRA {
module-wide constants & types
    enum RuntimeEnv//  {
        NONE,
        DSPBIOS,
        WINCE
    };
module-wide config parameters
    config Bool debug//  = false;
}
 
enum GTINFRA.RuntimeEnv
XDCscript usage meta-domain
values of type GTINFRA.RuntimeEnv
    const GTINFRA.NONE;
    const GTINFRA.DSPBIOS;
    const GTINFRA.WINCE;
 
 
config GTINFRA.debug  // module-wide
XDCscript usage meta-domain
GTINFRA.debug = Bool false;
 
 
config GTINFRA.defaultMemSegId  // module-wide

Default ID of the memory segment from which to allocate space (for Memory_alloc/free() calls, as opposed to Memory_segAlloc/Free()). Typically it's the segment where all other code and data go

XDCscript usage meta-domain
GTINFRA.defaultMemSegId = String null;
 
DETAILS
If left as "null", the system will try to find a BIOS segment named "DDR" or "DDR2" and assign its name to this field. In the future this auto-find feature may be removed, so it's best that user .cfg script set this value directly to what they know is appropriate segment.
Applies only to configurations where runtimeEnv == DSPBIOS or runtimeEnv == DSPLINK_BIOS
 
config GTINFRA.runtimeEnv  // module-wide
XDCscript usage meta-domain
GTINFRA.runtimeEnv = GTINFRA.RuntimeEnv GTINFRA.NONE;
 
 
config GTINFRA.traceBufferSize  // module-wide

Size of the server trace buffer, in MAUs

XDCscript usage meta-domain
GTINFRA.traceBufferSize = Int 32768;
 
generated on Mon, 20 Sep 2010 23:50:07 GMT