
readme.txt
----------

This package contains and references scripts to ROM components.

See the accompanying doc "ROMing software components - an RTS use-case"
for full documentation on how to use/run the scripst & examples.

Directories: -
- rom_image : building the ROM executable. Also produces linker XML file 
needed for the RAM application.

- rom_utils : scripts to get the list of functions in a library and 
eliminate any files/functions that reference .bss

- rom_symbols_usage : creates a library comprised of many small asm files
each with 1 symbol/function at the address it was ROMed at. To be used
by the RAM application

- rom_noload_usage : creates a cmd file with 1 symbol/function at the 
address it was ROMed at, marking each with NOLOAD (or DSECT). To be used
by the RAM application

- test_app : a simple application, tested on CCS 3.3 with the c6416 
Cycle Accurate Simulator, that references both ROM and RTS functions.


