###################################
# Instructions to run the example #
###################################

* The following environment variables are required.

  - Q6_RTOS_ROOT  --- QURT install directory

* Instructions to build and run the example

  - Set the environment variables

  - scons --target=<target> [--build_dir=<build location> --no_reloc]

###############
# Description #
###############
This test case builds QURT example with start addr. 0x1e000000 and
relocates the image to +0x10000000

* Instructions to run and step through the example using T32
  -T32.bat is generated to take care of setting up environment path and running trace32
   if used, two of the below steps can be skipped.
  - Add the following to the PATH environment variable
    - <Tools path>\qc\bin

  - cd to <build dir>
  - t32mqdsp6.exe -c t32sim.cfg (Make sure you have the <X:\T32> added to PATH)
  - Ignore license warning if any
  - On the T32 window, "do t32sim.cmm"
