- Timestamp:
- Jan 16, 2011, 10:02:52 AM (14 years ago)
- Location:
- anr
- Files:
-
- 1 added
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
anr/Makefile
r300 r310 18 18 section-ressources.tex \ 19 19 annexe-cv.tex \ 20 annexe-autre-participation.tex 20 annexe-autre-participation.tex \ 21 annexe-reponse.tex 21 22 22 23 TABLES= \ -
anr/annexe-autre-participation.tex
r308 r310 27 27 {04/01/2008 05/31/2011} 28 28 \autreprojettabularentry 29 {7}{Nguyen}{ 12}29 {7}{Nguyen}{8} 30 30 {Tsar, CATRENE, 695 k\euro} 31 31 {Tera Scale ARchitecture} -
anr/anr.tex
r307 r310 28 28 } 29 29 \usepackage{fancybox} 30 \usepackage{marginnote} 31 \reversemarginpar 32 \renewcommand*{\raggedrightmarginnote}{\centering} 33 \renewcommand*{\marginfont}{\color{blue}\sffamily} 34 \def\note#1{\marginnote{#1}\label{note:#1}} 35 \def\seenote#1{#1 (page~\pageref{note:#1})\xspace} 30 36 \usepackage{anr} 31 37 … … 281 287 %\end{small} 282 288 289 \newpage\section{Prise en compte de l'évaluation 2010} 290 \input{annexe-reponse.tex} 291 283 292 \newpage\section{Letters of interest} 284 293 \label{lettre-soutien} -
anr/section-2.tex
r307 r310 64 64 The COACH framework helps designer to accelerate it by migrating critical parts into a 65 65 SoC embedded into an FPGA device plugged to the PC PCI/X bus. 66 \begin{center}\begin{minipage}{.8\linewidth}\ textit{66 \begin{center}\begin{minipage}{.8\linewidth}\label{HPC:definition}\textit{ 67 67 The second objective of COACH is to extend the framework for HPC applications. 68 68 }\end{minipage}\end{center} -
anr/section-etat-de-art.tex
r307 r310 10 10 \end{itemize}} 11 11 12 Our project covers several critical domains in system design in order13 to achieve high performance computing. Starting from a high level description we aim14 at generating automatically both hardware and software components of the system.12 %Our project covers several critical domains in system design in order 13 %to achieve high performance computing. Starting from a high level description we aim 14 %at generating automatically both hardware and software components of the system. 15 15 16 16 \subsubsection{High Performance Computing} 17 \label{soa:hpc} 17 18 % Un marché bouffé par les archi GPGPU tel que le FERMI de NvidiaCUDA programming language 18 19 The High-Performance Computing (HPC) world is composed of three main families of architectures: … … 58 59 59 60 \subsubsection{System Synthesis} 61 \label{soa:system:synthesis} 60 62 Today, several solutions for system design are proposed and commercialized. 61 63 The existing commercial or free tools do not … … 105 107 106 108 \subsubsection{High Level Synthesis} 109 \label{soa:hls} 107 110 High Level Synthesis translates a sequential algorithmic description and a 108 111 set of constraints (area, power, frequency, ...) to a micro-architecture at … … 141 144 142 145 \subsubsection{Application Specific Instruction Processors} 143 146 \label{soa:asip} 144 147 ASIP (Application-Specific Instruction-Set Processor) are programmable 145 148 processors in which both the instruction and the micro architecture have … … 190 193 191 194 \subsubsection{Automatic Parallelization} 192 195 \label{soa:automatic:parallelization} 193 196 The problem of compiling sequential programs for parallel computers 194 197 has been studied since the advent of the first parallel architectures … … 222 225 223 226 \subsubsection{SoC design flow automation using IP-XACT} 224 227 \label{soa:ip-xact} 225 228 IP-XACT is an XML based open standard defined by the Accellera consortium. 226 229 This non-profit organisation provides a unified set of high quality IP-XACT … … 242 245 Software layers (MEDEA+ SoftSoc project) and Accellera is reusing these results for 243 246 further releases. 244 247 \parlf 245 248 In IP-XACT the flow automation and data constistency is ensured by generators, which 246 249 are program modules that process IP-XACT XML data into something useful -
anr/section-project-description.tex
r297 r310 67 67 unit). 68 68 \parlf 69 \label{HPC:howto} 69 70 In addition to digital system design, HPC requires a supplementary 70 71 partitioning step presented in figure~\ref{archi-hpc}. The designer
Note: See TracChangeset
for help on using the changeset viewer.