Zero Overhead of Loop

DSP Topics
Post Reply
SukhdeepMankoo
Lieutenant
Lieutenant
Posts: 92
Joined: Tue Oct 27, 2009 7:50 pm

Zero Overhead of Loop

Post by SukhdeepMankoo » Wed Jun 23, 2010 5:42 pm

Hi,
Is the possible to create zero overhead loop in DSP?

Regards
Sukhdeep Singh
User avatar
Neo
Site Admin
Site Admin
Posts: 2642
Joined: Wed Jul 15, 2009 2:07 am
Location: Colombo

Re: Zero Overhead of Loop

Post by Neo » Wed Jun 23, 2010 6:40 pm

Yes it is possible. But not with Ti processors.

You can achieve this a bit(not exactly) with Ti chips by using #pragma UNROLL, #pragma MUST_ITERATE, etc...
But I think some ADI chips have the direct support to this.
SukhdeepMankoo
Lieutenant
Lieutenant
Posts: 92
Joined: Tue Oct 27, 2009 7:50 pm

Re: Zero Overhead of Loop

Post by SukhdeepMankoo » Thu Jun 24, 2010 7:01 pm

Thanks.
Post Reply

Return to “Digital Signal Processors”