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.

Using OpenMP 2.x without DDR3

Hi,

We have created a simple OpenMP project "omp_matvec" and can debug it on EVMK2H without any errors.

Now we want to rebuild the project with a platform not using DDR3. Is it real? If "yes", how we should modify the config file for this?

Thanks.

  • I would suggest trying the following:

    • Update the platform file to remove the DDR3 memory range (e.g. src/ti/runtime/openmp/platforms/evmTCI6636K2H/Platform.xdc).
    • Remove DDR3 related configuration from __TI_omp_reset (Refer the user guide on how to override the default __TI_omp_reset)
    • Replace DDR3 in src/ti/runtime/openmp/linkcmd.xdt with MSMCSRAM
    • In the config file, you'll need to replace any references to DDR3 with MSMCSRAM

    Ajay