Resource[x].DSPs

Specifies the DSPs associated with a resource pool (identified by x).

Syntax

Resource[x].DSPs = dspIDnumber

x = 0..9 (index of the associated resource pool)

Access

Read/Write

Type

Integer

Default

None.

Allowed values

A list of DSP numbers.

Example

Resource[0].DSPs = 1 2 3 4 5 6 7 8 9 10 11 12

If you use the API rather than the oamcfg utility to set the DSPs associated with a resource pool, you must set the values individually. For example:

oamSetKeyword(hObj, "Resource[0].DSPs[0]", "0");
oamSetKeyword(hObj, "Resource[0].DSPs[1]", "1");

Details

The CG board plug-in determines the image to load to the DSPs. To determine the image, the CG board plug-in uses the data processing modules (DPMs) specified by the Resource[x].Definitions keyword and the definitions associated with the TCPs found in the Resource[x].TCPs keyword.

For more information, refer to Managing board DSP resources.

See also

Resource[x].Name, Resource[x].Size