User guide

E-30
PLI Access Routines
If you have a multidimensional array such as the following:
reg [7:0] my_mem[255:0][255:0][31:0];
And you call a routine, such as the following:
handle hN = acc_handle_by_name(my_mem);
acc_get_mda_word_range(hN, &left, &right);
It yields the following result:
left = 7;
right = 0;