Resource Manager(RM) LLD Unit Test
----------------------------------

- Please use project create script to create/generate the RM LLD unit
  test project.

- The name of the RM LLD unit test project is "rm_testproject".

- Import the project to CCS using "Import Existing Project" option and build it.

- Connect the EVM to core 0 and core 1. 

- Load the same out file generated in both the cores.

- First run core 0 and wait for the test to complete, then run core 1 and wait
  for the test to complete.

- A sample output line is provided below:

[C66xx_1] RM test core id: 0, passed for Pa_addMac, val -12

Note that, in above output, the passed string indicate the RM configuration is 
working as expected for the the function (e.g.: Pa_addMac in above case). 
The last number (val = ###) is not relevant in the RM unit test context.

- The resources for this unit test configured such that all resources are 
  granted for core 0 and denied for core 1.

