| synopsis || return value || arguments || prev || next |

kdu_params::access_relation

Java: Kdu_params::Access_relation

kdu_params * access_relation( int tile_idx, int comp_idx, int inst_idx=0)

Java: Kdu_params Access_relation( int tile_idx, int comp_idx, int inst_idx)

[Declared in "../coresys/common/kdu_params.h"]

Go to class description.


Synopsis

Locate a particular object within the same cluster.


Return Value

NULL if no object with the indicated tile, component and instance indices exists in the same cluster as the current object.

Arguments

tile_idx [int]

Tile index, starting from -1.

comp_idx [int]

Component index, starting from -1.

inst_idx [int]

Instance index, starting from 0.


| top || synopsis || return value || arguments || prev || next |