metaonly module ti.bios.power.TMS320C3430GPP

GPP configuration module for the TMS3203430 device

Configuration parameters for the Local Power Manager running on the GPP core of a TMS3203430 device.
XDCspec summary sourced in ti/bios/power/TMS320C3430GPP.xdc
metaonly module TMS320C3430GPP {  ...
XDCscript usage meta-domain
XDCspec declarations sourced in ti/bios/power/TMS320C3430GPP.xdc
 
enum TMS320C3430GPP.OpersysCfg

Runtime Operating System

XDCscript usage meta-domain
values of type TMS320C3430GPP.OpersysCfg
    const TMS320C3430GPP.Opersys_PrOS_DaVinci;
    // PrOS on DaVinci platform
    const TMS320C3430GPP.Opersys_Linux;
    // Linux (HLOS)
    const TMS320C3430GPP.Opersys_DSPBIOS;
    // DSP/BIOS
 
 
enum TMS320C3430GPP.TransportCfg

Transport Layer used between GPP and DSP

XDCscript usage meta-domain
values of type TMS320C3430GPP.TransportCfg
    const TMS320C3430GPP.Transport_Link_PrOS_DaVinci;
    // DSP/BIOS Link for PrOS on DaVinci
    const TMS320C3430GPP.Transport_Link_Linux;
    // DSP/BIOS Link for Linux
 
 
config TMS320C3430GPP.CPU_NAME  // module-wide

cpu name, useful for adding validation checks

XDCscript usage meta-domain
const TMS320C3430GPP.CPU_NAME = String "GPP";
 
 
config TMS320C3430GPP.opersys  // module-wide

Define which operating system is running on the CPU (required)

XDCscript usage meta-domain
TMS320C3430GPP.opersys = ITMS320CDM644x.OpersysCfg undefined;
 
 
config TMS320C3430GPP.proxyFor  // module-wide

Proxy device used for new devices

XDCscript usage meta-domain
TMS320C3430GPP.proxyFor = String undefined;
 
DETAILS
To support new devices which behave the same as existing devices, set this configuration parameter to a known device which can be used as a proxy for the new device.
 
config TMS320C3430GPP.transport  // module-wide

Define which transport layer is used (required)

XDCscript usage meta-domain
TMS320C3430GPP.transport = ITMS320CDM644x.TransportCfg undefined;
 
generated on Fri, 30 Apr 2010 20:31:06 GMT