Changeset 198 for anr


Ignore:
Timestamp:
Feb 16, 2010, 8:59:52 AM (14 years ago)
Author:
coach
Message:

minor modifs in 3.1.4

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anr/section-3.1.tex

    r181 r198  
    137137designers to focus on compilers, for which there are still many open
    138138problems\cite{ARC08}.
    139 This approach however has a strong weakness, since it also significantly reduces
    140 opportunities for achieving good speedups (most speedup remain between 1.5x and
     139This approach however has a severe weakness, since it also significantly reduces
     140opportunities for achieving good speedups (most speedups remain between 1.5x and
    1411412.5x), since ISEs performance is generally tied down by I/O constraints as
    142142they generally rely on the main CPU register file to access data.
     
    148148To cope with this issue, recent approaches~\cite{DAC09,CODES08,TVLSI06} advocate the use of
    149149micro-architectural ISE models in which the coupling between the processor micro-architecture
    150 and the ISE component is thightened up so as to allow the ISE to overcome the register
    151 I/O limitations, however these approaches generally tackle the problem for a compiler/simulation
    152 point of view and not address the problem of generating synthesizable representations for
     150and the ISE component is tightened up so as to allow the ISE to overcome the register
     151I/O limitations. However these approaches generally tackle the problem from a compiler/simulation
     152point of view and do not address the problem of generating synthesizable representations for
    153153these models.
    154154
     
    159159and its extension (for example through a Domain Specific Language targeted at micro-architecture
    160160specification and synthesis).
    161 \item Retarget the compiler instruction-selection (or prototype nex passes) passes so as
    162 to be able to take advantage of this ISEs.
     161\item Retarget the compiler instruction-selection pass
     162(or prototype new passes) so as to be able to take advantage of this ISEs.
    163163\item Provide  a complete System-level Integration for using ASIP as SoC building blocks
    164164(integration with application specific blocks, MPSoc, etc.)
Note: See TracChangeset for help on using the changeset viewer.