Sign in

username:

password:



Not a member?

Search c6x



Search tips

Subscribe to c6x



c6x by Keywords

AD535 | BIOS | Booting | Bootloader | C621 | C6211 | C6415 | C671 | C6711 | C6711DSK | C6713 | CCS | Chassaing | COFF | DAT | DM64 | DM642 | DMA | DSK671 | DSK6711 | EDM | EDMA | EMIF | Emulator | EVM | EVM620 | FFT | FIR | GPIO | Halting | HPI | HWI | IDK | JTAG | LDB | LDH | LDW | Linker | LMS | LOG_printf | Matlab | McBSP | MEM_alloc | MIPS | PCI | PCM3003 | Pipeline | Profiling | QDM | Reset | ROM | RTDX | Sampling | SDRAM | Stack | TEB | THS1206 | TMS320C621 | TMS320C6416 | TMS320C6711 | TMS320C6713 | UART | Vector Table | XBUS | XDS560

Ads

Discussion Groups

Discussion Groups | TMS320C6x

Technical discussions about the TI C6000 DSPs (including the c62x, c64x and c67x DSPs).

Search Results for "pipeline"

  

Post a new Thread

TMS320C6x Related Blogs

PIPELINE STALL IN CCS.

mohammed samdani - Jan 28 2003
hi, I am fine, hoping the same with you too. I want to know what is pipeline stall.( when we open CCS on the menu column there is profiler, under which is p... PIPELINE STALL IN CCS.

question about pipeline.

David D.W - Nov 28 2000
Hello,all: There is two loop within one function.I want the compiler to pipeline one,but not another. How do I handle this? thanks in advance. ____________... question about pipeline.

Pipeline conflicts on 6711   [2 Articles]

- Jul 8 2003
Hi All! Does anyone know where to find a good description of pipeline conflicts on 6711? I remember that there was a good document of this sort for C54x, but I... Pipeline conflicts on 6711

Re: Optimizing:Loop contains a call

Jeff Brower - Jul 28 2005
Hi Bhooshan- > On 7/28/05, wangfeng_scu@wang... wrote: > > Hi, > > I just begin to learn DSP.Now I have a question about optimizing.And I hope to... Re:  Optimizing:Loop contains a call

understanding software pipeline information   [2 Articles]

Khawar Shahzad - Jul 28 2008
Hi, I am trying to understand the software pipeline information provided by the compiler. I could not understand what the compiler means by " Searching for software pipeline ... understanding software pipeline information

CCS Features Wish List?   [5 Articles]

Bhooshan iyer - Dec 6 2004
Hi All- After few interactions with some experienced developers during the developers conference, one overwhelming discussion/opinion that surfaced was t... CCS Features Wish List?

Question about optimization   [5 Articles]

shlomo_kashani - Nov 9 2005
Hi, 1-I am implementing a loop in assembly for a code that was originally written in C. When I use the C code with the -k, (keep generated assembly files) -mw and -o3 co... Question about optimization

Re: Branch Latency.   [3 Articles]

Matt Polak - Mar 27 2003
At 07:14 PM 3/27/2003 +0800, Ramanan S.K. wrote: >Hi DSPers, > >I learnt that c6x DSPs use pipelines for their fetch, decode and execute >steps. The fetch intur... Re:  Branch Latency.

Re: ccs profiler

Richard Williams - Jul 4 2008
Khawar, one does not count the clocks during pipeline stalls, the other does count the clocks during pipeline stalls. R. Williams ---------- Original Message ----------- ... Re:  ccs profiler

Interfacing pipeline ADC to 6713 DSK ?

flattims - Feb 11 2008
Hello all, I am hoping to make a daughtercard for the 6713 DSK which includes, amongst other things, one of those "analog front ends" from MAxim..the max19705...which has a ... Interfacing pipeline ADC to 6713 DSK ?

understand .T address Path in Feedback

wass...@gmail.com - Apr 7 2006
Hi DSPies, I have some C codes that I rewrite in linear assembly to get the best performance in terms of cyles count. I'm working with C64. I end up with a .sa having this soft... understand .T address Path in Feedback

RE: loop contains control code   [2 Articles]

piyush kaul - May 29 2004
Hi Sankaran, I hope you don't mean that the compiler won't generate software pipeline when it doesn't know the number of times the loop will iterate? If yes, t... RE:  loop contains control code

Re: Digest Number 816

Andrew Nesterov - Apr 1 2004
> Date: Thu, 01 Apr 2004 15:01:07 +0000 > From: "Bhooshan iyer" <> > Subject: RE: Re: Load (LDW/LDH/LDB) Instruction > morevover in another place the docume... Re:  Digest Number 816

Re: How to understand assembler

Giovanni Parodi - May 18 2005
Thanks a lot for your idea, I didn\\\'t know this tool, now I will read the documentation provided from ADI. Thanks again for your hint. Talking about the other question t... Re:  How to understand assembler

Re: relocation overflow and comments

Andrew Nesterov - Jan 6 2005
> I understand the problem but I don't know how to > resolve it!, because I write my code in C and not in > ASM. That said, I don't think it would be practi... Re: relocation overflow and comments

Re: SINE AND COSINE OF ANY ANGLE   [2 Articles]

- Jun 8 2000
On 25 May 2000, at 19:18, ruben wrote: > Hi, we need a efficient routine to calculate the sin and cos of any > angle(a 32 bits float value) in a TMS320C6701. T... Re:  SINE AND COSINE OF ANY ANGLE

Undeerstand Software Pipeline Feedback   [4 Articles]

wass...@gmail.com - Mar 27 2006
Hi everybody, I'm a novice in using C64x and I need some help understanding the .asm the optimizer generates. I've found some hints on spru198 but I still don't understand some ... Undeerstand Software Pipeline Feedback

Disqualified loop:loop contains control code   [11 Articles]

wang feng - Aug 2 2005
Hi, There is a function in my program,which contains some loop codes.The feedback in the asm file reads "Disqualified loop:loop contains control code".The code is shown in the... Disqualified loop:loop contains control code

RTDX latency   [6 Articles]

carl...@gmail.com - Mar 8 2006
Hi everybody. I could finally restructure my code so that both data and code fits in L1 cache. My software pipeline is working perfectly. Thank you all for your help last time.... RTDX latency

RE: C6711: FFT without disabling interrupts   [7 Articles]

Jean-Michel MERCIER - Jan 24 2003
Jeff Brower wrote : > No one says you have to disable, as long as the FFT is not > working on the same data I am sorry to say that you are totally wrong ... RE:  C6711: FFT without disabling interrupts

(No Subject)

S GNS - Jun 11 2000
>>The problem is that no loop that contains a call >>or another loop can't be optimized. I think the newest version of the compiler (rev 4.0 that came with Code ... (No Subject)

Disqualified loop:loop contains control code

Roger Kingsley - Aug 3 2005
Yes, well, in my limited experience, this sort of problem is contained in the condition itself. The problem is that the compiler has two ways of treating a condition - eit... Disqualified loop:loop contains control code

problem with o3   [3 Articles]

Raj - Nov 6 2003
hi, I have a if else decision loop it looks like as follows if(t!=0) { ...... } else { printf } if no compiler optimization is selected the code w... problem with o3

restrict command to the compiler   [2 Articles]

alon...@rafael.co.il - Sep 19 2005
Hi all, I am using the C6713, and compiling with -o3 option. While tring to improve the runnig time, I am using the "restrict" command, that tells the compiler: no other ... restrict command to the compiler

Re: Load (LDW/LDH/LDB) Instruction   [8 Articles]

jfbuggen - Apr 1 2004
Hello, Let me answer to your questions according to my experience on the C64xx DSPs. It is not exactly the same processor, but similar enough to the one you ar... Re: Load (LDW/LDH/LDB) Instruction

Re: CCS software piplining

Andrew Nesterov - Oct 10 2003
> Date: Mon, 6 Oct 2003 22:44:07 -0700 (PDT) > From: mahdavi hassan <> > Subject: CCS software piplining > > Hi All, > > I am trying to see "software pip... Re: CCS software piplining

Software pipeline - wrong number of cycles   [10 Articles]

feri...@hotmail.com - Feb 9 2006
Hi everybody, I'm new and glad to be here I am working on a C6713DSK. I wrote a pipelined optimized ASM code, and it consumed more than twice execution cycles than expected. To... Software pipeline - wrong number of cycles

Re: »Ø¸´£º Re: Disqualified loop:loop contains control code   [2 Articles]

Bernhard 'Gustl' Bauer - Aug 5 2005
Hi, "d=((unsigned int)127.5*1.2) & 0xff" is calculated at compilation time and is replaced with d=152. "d = ((unsigned int)(c00*r00+c01*r01+c10*r10+c11*r11)) & 0xff"... Re: »Ø¸´£º Re:  Disqualified loop:loop contains control code

MIPS vs MHz (MCPS)   [4 Articles]

siva...@gmail.com - Jun 11 2008
Hi All, I have a query on representation of performance of DSP algorithms and its complexity. As far as I know, it has always been in terms of MIPS. Considering the advancements... MIPS vs MHz (MCPS)

Re: Numerous runtime errors using CCS with the dsk6713

Jeff Brower - Apr 13 2007
Damon- Basic suggestions: -first, take a known-good, working TI project + code example (pick one that does something that you want with the DSK 6713 board, like aud... Re:  Numerous runtime errors using CCS with the dsk6713

Profiling in CCS   [2 Articles]

Goh Chee Wei - Jan 28 2004
Hi, I need help in clearing some doubts about performing profiling in CCS ver 2.1. I have a C6201 fixed point DSP chip. It has the following specifications: ... Profiling in CCS

Re: problem: LOAD commands

Andrew Nesterov - Mar 3 2003
Hello, > From: asha grover <> > > Hi > > I am very new to this field. I have problem understanding the LOAD > command (LDB/LDH/LDW). These instru... Re: problem: LOAD commands

Re: Need of efficient Sorting algorithm for C64x   [2 Articles]

Andrew Nesterov - May 28 2008
> Subject: Need of efficient Sorting algorithm for C64x > Posted by: "v...@yahoo.co.in" v...@yahoo.co.in > Date: Wed May 28, 2008 12:12 am ((PDT)) > > I am looking for m... Re: Need of efficient Sorting algorithm for C64x

NAN / INF errors on C6701   [2 Articles]

Phil Alder - Mar 14 2002
Hi C6x champs, Now I'm having a problem with some float calculations on a C6701... Essentially, I need to calculate the energy density ED=real^2 + imag^2 of a ... NAN / INF errors on C6701

the local memory inside DM642 and DM6446

ZhouXiao - Oct 9 2008
dear all, as i know, the local memory inside DM642 and DAVINCI DM6446 can be set to be cache or to be local SRAM. i want to if set to be local SRAM, is this SRAM single-p... the local memory inside DM642 and DM6446

Re: Re: linear ASM produce lower performance   [2 Articles]

mvgkbhat - Nov 18 2005
Hi Mike, I dont completely agree with you, with your comments: "You must take full advantage of the instruction delay slots [like for branch, load, and multiply] among o... Re:  Re: linear ASM produce lower performance

6713 emif to adc timing question   [4 Articles]

cman...@emona.com.au - Jun 5 2008
Hello, A few opinions if you will. Using a 6713DSK, I wish to read a clocked pipeline ADC at its top speed of 20MHz on a prototype daughtercard I have made. I am clocking ... 6713 emif  to  adc timing question

Re: question on cycles needed for FFT   [3 Articles]

chandrashekhar - Feb 14 2005
Hi MA, Which optimization method did u use? Hav u used assembly language, if not it is best method, u can exploit C6x pipeline. where u can unroll loop & p... Re:  question on cycles needed for FFT

Re: Direct Form II and cache

Jeff Brower - Dec 28 2007
Nalin- > Hello Jeff (and other members): > > I would like to put my question this way: > > "Since delay elements correspond to physical memories in actual > impleme... Re:  Direct Form II and cache
| 1 | 2 | 3 | next