Reply by Bhooshan Iyer December 22, 20062006-12-22
jhdeepu--

I hope you are not intending to re-target assembly code here?

C55x is a CISC like DSP and C6000 is a RISC like VLIW DSP. Migration from
one assembly to another is not impossible but quite difficult and is almost
certainly ruled out for large complicated algorithms.

Documents to read would depend on the re-targeting language. But in general
you might wanna read up on C6000/C55x CPU and Instruction set reference
guide.

--Bhooshan

On 12/15/06, m...@gmail.com wrote:
>
> Hi all,
>
> I want to convert programs from C55 to C6000. I am looking for a documents
> which furnishes differences between TI C5500 & C6000. Please suggest me some
> books or some documents.
>
> Thanking you,
> jhdeepu
>

--
-------------------------------
"I've missed more than 9000 shots in my career.
I've lost almost 300 games. 26 times I've been trusted to take the game
winning shot and missed.
I've failed over and over again in my life.
And that is why I succeed."
-- Michael Jordan
--------------------------------
Reply by Mynampati Kuldeep Kumar December 22, 20062006-12-22
Hi Bhooshan Iyer,

Thank your for your email. You are right, I am not intending to re
target Assembly code.
I got a simple algorithm for C55x in C. My intension is to change for
C64x mainly in checking endian. Do you have any suggestions or
advices.

Thank you,

With Regards,
jhdeepu

On 12/20/06, Bhooshan Iyer wrote:
>
> jhdeepu--
>
> I hope you are not intending to re-target assembly code here?
>
> C55x is a CISC like DSP and C6000 is a RISC like VLIW DSP. Migration from one assembly to another is not impossible but quite difficult and is almost certainly ruled out for large complicated algorithms.
>
> Documents to read would depend on the re-targeting language. But in general you might wanna read up on C6000/C55x CPU and Instruction set reference guide.
>
> --Bhooshan
>
> On 12/15/06, m...@gmail.com wrote:
> >
> >
> >
> >
> >
> >
> > Hi all,
> >
> > I want to convert programs from C55 to C6000. I am looking for a documents which furnishes differences between TI C5500 & C6000. Please suggest me some books or some documents.
> >
> > Thanking you,
> > jhdeepu
> >
> > --
> -------------------------------
> "I've missed more than 9000 shots in my career.
> I've lost almost 300 games. 26 times I've been trusted to take the game winning shot and missed.
> I've failed over and over again in my life.
> And that is why I succeed."
> -- Michael Jordan
> --------------------------------
>
Reply by myna...@gmail.com December 15, 20062006-12-15
Hi all,

I want to convert programs from C55 to C6000. I am looking for a documents which furnishes differences between TI C5500 & C6000. Please suggest me some books or some documents.

Thanking you,
jhdeepu