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.

TDA2: TIDL Simulator for DSP

Part Number: TDA2

Hi, is there the DSP/c66 equivalent of this simualtor - eve_test_dl_algo.out sim.txt

I searched and could not find it

please let me know, thank you!

.luca

  • Hi Luca,

    there is "dsp_test_dl_algo.out", in ti_components\algorithms\REL.TIDL.01.01.02.00\modules\ti_dl\test\out directory.
    You can check chapter "3.3.4 Building the Test Application Executable through GMAKE" in TIDeepLearningLibrary_UserGuide.pdf for rebuilding steps if you need.

    Regards,
    Yordan
  • Hi thank you Yordan ~ this helped me a lot though I'm still not able to compile fully ~ I get this -

    luca@doppio test make TARGET_BUILD=debug TARGET_PLATFORM=PC all
    g++: error: ../../ti_dl/lib/PC/dsp/debug/tidl_algo.lib: No such file or directory
    /home/luca/tools/PROCESSOR_SDK_VISION_03_05_00_00/ti_components/algorithms/REL.TIDL.01.01.02.00/makerules/rules.mk:603: recipe for target 'outfile' failed
    make: *** [outfile] Error 1
    luca@doppio test g++ -o ./out/dsp_test_dl_algo.out /home/luca/tools/PROCESSOR_SDK_VISION_03_05_00_00/ti_components/algorithms/REL.TIDL.01.01.02.00/out/PC/dsp/debug/modules/ti_dl/test/./src/report_utils.obj /home/luca/tools/PROCESSOR_SDK_VISION_03_05_00_00/ti_components/algorithms/REL.TIDL.01.01.02.00/out/PC/dsp/debug/modules/ti_dl/test/./src/tidl_config.obj /home/luca/tools/PROCESSOR_SDK_VISION_03_05_00_00/ti_components/algorithms/REL.TIDL.01.01.02.00/out/PC/dsp/debug/modules/ti_dl/test/./src/tidl_tb.obj /home/luca/tools/PROCESSOR_SDK_VISION_03_05_00_00/ti_components/algorithms/REL.TIDL.01.01.02.00/out/PC/dsp/debug/modules/ti_dl/test/./src/tidl_image_preproc.obj /home/luca/tools/PROCESSOR_SDK_VISION_03_05_00_00/ti_components/algorithms/REL.TIDL.01.01.02.00/out/PC/dsp/debug/modules/ti_dl/test/../../../common/configparser.obj /home/luca/tools/PROCESSOR_SDK_VISION_03_05_00_00/ti_components/algorithms/REL.TIDL.01.01.02.00/out/PC/dsp/debug/modules/ti_dl/test/../../../common/ti_draw_utils.obj /home/luca/tools/PROCESSOR_SDK_VISION_03_05_00_00/ti_components/algorithms/REL.TIDL.01.01.02.00/out/PC/dsp/debug/modules/ti_dl/test/../../../common/ti_mem_manager.obj /home/luca/tools/PROCESSOR_SDK_VISION_03_05_00_00/ti_components/algorithms/REL.TIDL.01.01.02.00/out/PC/dsp/debug/modules/ti_dl/test/../../../common/cache.obj /home/luca/tools/PROCESSOR_SDK_VISION_03_05_00_00/ti_components/algorithms/REL.TIDL.01.01.02.00/out/PC/dsp/debug/modules/ti_dl/test/../../../common/profile.obj -m32 -lstdc++ -static ""../../ti_dl"/lib/PC/dsp/debug/tidl_algo.lib" /home/luca/tools/PROCESSOR_SDK_VISION_03_05_00_00/ti_components/algorithms/REL.DMAUTILS.00.08.00.02/dmautils/libs/PC/dsp/debug/dmautils.lib

    g++: error: ../../ti_dl/lib/PC/dsp/debug/tidl_algo.lib: No such file or directory

    --

    when looking for ti_dl/lib/PC/dsp/debug/tidl_algo.lib - I cannot make it because I have no "algo" source code to build the lib -- as in here


    luca@doppio ti_dl pwd
    /home/luca/tools/PROCESSOR_SDK_VISION_03_05_00_00/ti_components/algorithms/REL.TIDL.01.01.02.00/modules/ti_dl
    luca@doppio ti_dl make CORE=dsp TARGET_BUILD=debug TARGET_PLATFORM=PC all
    .
    ======== tidl ALGO =================
    make -C ./algo -f makefile
    make[1]: *** algo: No such file or directory. Stop.
    makefile:76: recipe for target 'all' failed
    make: *** [all] Error 2
    luca@doppio ti_dl ls
    docs inc lib makefile test utils

    --
    maybe there is a binary version I can download somewhere?

    also section 3.5.2 of the TIDL_UG says

    >> Build with below setting (in “tidl_alg_int.h” file) to build the code to run the inference faster on

    but I don't have that source file anywhere ~ and the doc specifically mention I need it to modify it (page 3-9)

    can I get help in finding a place to download those files?

    thank you so much!

    .luca
  • "eve_test_dl_algo.out sim.txt" May I know what is the meaning of sim.txt here.
    TARGET_PLATFORM=PC is suported for source release. Only objcet release is avaialble in VSDK package.
  • Hello! I also meet this problem that i cannot find the algo folder.

    Did you resolve this? Thank you !

  • EVE simulation will functionally match with DSP simulation. so there is no need to build the DSP version.

    Regarding algo folder, it is not available with object release.