This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

floating point kernels in C6Accel in DSP

Hello!

I want to get access floating point kernels in C6Accel. My  board is OMAP-L138 Experimenter Kit

I have DVSDK 04_03_00_06. 

So I used TI manual and added in my .cgf file these strings:

var C6ACCEL = xdc.useModule('ti.c6accel.ce.C6ACCEL'); 
C6ACCEL.alg.FLOAT = true; 

But I have got error.

configuring c6accel_app.xv5T from package/cfg/c6accel_app_xv5T.cfg ... js: "/usr/local/dvsdk/c6accel_1_01_00_07/soc/c6accel_FFT/c6accel_app.cfg", line 13: XDC runtime error: ti.c6accel.C6ACCEL: no element named 'FLOAT' "./package/cfg/c6accel_app_xv5T.cfg", line 474 "./package/cfg/c6accel_app_xv5T.cfg", line 429 

Help please.