compiler for asynchronous DSP core

"Lizzie Ni" <nixxlizzie@yahoo.com>
31 Jul 2002 01:10:21 -0400

          From comp.compilers

Related articles
compiler for asynchronous DSP core nixxlizzie@yahoo.com (Lizzie Ni) (2002-07-31)
Re: compiler for asynchronous DSP core rosing@neurophys.wisc.edu (Mike Rosing) (2002-08-04)
Re: compiler for asynchronous DSP core nixxlizzie@yahoo.com (Lizzie Ni) (2002-08-23)
Re: compiler for asynchronous DSP core rosing@neurophys.wisc.edu (Mike Rosing) (2002-08-24)
| List of all articles for this month |

From: "Lizzie Ni" <nixxlizzie@yahoo.com>
Newsgroups: comp.cog-eng,comp.dsp,comp.compilers,comp.realtime
Date: 31 Jul 2002 01:10:21 -0400
Organization: http://groups.google.com/
Keywords: question, DSP
Posted-Date: 31 Jul 2002 01:10:21 EDT

Hi all


I am wondering whether there is some difference when we construct a
compiler between an asynchronous DSP and a synchornous DSP core? Is
there any main thing that we need concern on writing a compiler for an
asynchronous DSP core?


Respect any reponse.


Thanks
[I wouldn't think so. Some of the optimization heuristics might be
a little different, but the major issues that affect a compiler are
data representation, word size, and addressing. -John]



Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.