- Timestamp:
- Feb 16, 2010, 8:59:52 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anr/section-3.1.tex
r181 r198 137 137 designers to focus on compilers, for which there are still many open 138 138 problems\cite{ARC08}. 139 This approach however has a s trongweakness, since it also significantly reduces140 opportunities for achieving good speedups (most speedup remain between 1.5x and139 This approach however has a severe weakness, since it also significantly reduces 140 opportunities for achieving good speedups (most speedups remain between 1.5x and 141 141 2.5x), since ISEs performance is generally tied down by I/O constraints as 142 142 they generally rely on the main CPU register file to access data. … … 148 148 To cope with this issue, recent approaches~\cite{DAC09,CODES08,TVLSI06} advocate the use of 149 149 micro-architectural ISE models in which the coupling between the processor micro-architecture 150 and the ISE component is t hightened up so as to allow the ISE to overcome the register151 I/O limitations , however these approaches generally tackle the problem fora compiler/simulation152 point of view and not address the problem of generating synthesizable representations for150 and the ISE component is tightened up so as to allow the ISE to overcome the register 151 I/O limitations. However these approaches generally tackle the problem from a compiler/simulation 152 point of view and do not address the problem of generating synthesizable representations for 153 153 these models. 154 154 … … 159 159 and its extension (for example through a Domain Specific Language targeted at micro-architecture 160 160 specification and synthesis). 161 \item Retarget the compiler instruction-selection (or prototype nex passes) passes so as162 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. 163 163 \item Provide a complete System-level Integration for using ASIP as SoC building blocks 164 164 (integration with application specific blocks, MPSoc, etc.)
Note: See TracChangeset
for help on using the changeset viewer.