doragasu
Member
- Joined
- Jun 2, 2008
- Messages
- 325
I hope these are useful for devs:
C6Flo
C6Run
C6Accel
The most interesting from my ignorant point of view is C6Run:
Maybe this can be used to easily compile audio/video codecs, filters, etc. to run in the DSP.
What do you think of these tools? Are they useful? I hope somebody starts using the DSP soon (I'd love to see 800x480 AVC+AAC playback on my Pandora).
C6Flo
C6Run
C6Accel
The most interesting from my ignorant point of view is C6Run:
Texas Instruments' C6Run Software Development Tool is designed for users of TI’s heterogeneous system-on-chip processors, which contain both an ARM core and a TMS320C6000™ DSP core. The C6Run tool enables the user to compile code for the DSP of a supported platform without having to learn any new programming languages, system interfaces or other TI-specific technologies. Using this tool, ARM programmers will find it easy to differentiate and improve the performance of their products by leveraging the C6000 DSP, with little or no changes to application code. C6Run provides front-end build scripts that provide a familiar command-line interface and that hide many of the details of building code for the C6000™ DSP core.
The first set of the front-end tools, called c6runlib, consists of a compiler and archiver script that lets the user compile portable C code and generate an ARM-side static library. This library can then be linked with an ARM application; all of the function calls into that library actually take place on the C6000 DSP core. Essentially, the tool automatically generates a remote procedure call framework for the library functions.
The second of the these front-end tools, called c6runapp, lets the user recompile their entire application, written in portable C, so that it executes on the C6000 DSP core when run from the ARM command prompt.
Maybe this can be used to easily compile audio/video codecs, filters, etc. to run in the DSP.
What do you think of these tools? Are they useful? I hope somebody starts using the DSP soon (I'd love to see 800x480 AVC+AAC playback on my Pandora).