Changeset 310


Ignore:
Timestamp:
Jan 16, 2011, 10:02:52 AM (13 years ago)
Author:
coach
Message:

Added annexe ianswering to 2010 evaluation.

Location:
anr
Files:
1 added
6 edited

Legend:

Unmodified
Added
Removed
  • anr/Makefile

    r300 r310  
    1818                        section-ressources.tex \
    1919                        annexe-cv.tex \
    20                         annexe-autre-participation.tex
     20                        annexe-autre-participation.tex \
     21                        annexe-reponse.tex
    2122
    2223TABLES= \
  • anr/annexe-autre-participation.tex

    r308 r310  
    2727    {04/01/2008 05/31/2011}
    2828\autreprojettabularentry
    29     {7}{Nguyen}{12}
     29    {7}{Nguyen}{8}
    3030    {Tsar, CATRENE, 695 k\euro}
    3131    {Tera Scale ARchitecture}
  • anr/anr.tex

    r307 r310  
    2828}
    2929\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}
    3036\usepackage{anr}
    3137
     
    281287%\end{small}
    282288
     289\newpage\section{Prise en compte de l'évaluation 2010}
     290\input{annexe-reponse.tex}
     291
    283292\newpage\section{Letters of interest}
    284293\label{lettre-soutien}
  • anr/section-2.tex

    r307 r310  
    6464The COACH framework helps designer to accelerate it by migrating critical parts into a
    6565SoC 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{
    6767The second objective of COACH is to extend the framework for HPC applications.
    6868}\end{minipage}\end{center}
  • anr/section-etat-de-art.tex

    r307 r310  
    1010\end{itemize}}
    1111
    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.
     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.
    1515
    1616\subsubsection{High Performance Computing}
     17\label{soa:hpc}
    1718% Un marché bouffé par les archi GPGPU tel que le FERMI de NvidiaCUDA programming language
    1819The High-Performance Computing (HPC) world is composed of three main families of architectures:
     
    5859
    5960\subsubsection{System Synthesis}
     61\label{soa:system:synthesis}
    6062Today, several solutions for system design are proposed and commercialized.
    6163The existing commercial or free tools do not
     
    105107
    106108\subsubsection{High Level Synthesis}
     109\label{soa:hls}
    107110High Level Synthesis translates a sequential algorithmic description and a
    108111set of constraints (area, power, frequency, ...) to a micro-architecture at
     
    141144
    142145\subsubsection{Application Specific Instruction Processors}
    143 
     146\label{soa:asip}
    144147ASIP (Application-Specific Instruction-Set Processor) are programmable
    145148processors in which both the instruction and the micro architecture have
     
    190193
    191194\subsubsection{Automatic Parallelization}
    192 
     195\label{soa:automatic:parallelization}
    193196The problem of compiling sequential programs for parallel computers
    194197has been studied since the advent of the first parallel architectures
     
    222225
    223226\subsubsection{SoC design flow automation using IP-XACT}
    224 
     227\label{soa:ip-xact}
    225228IP-XACT is an XML based open standard defined by the Accellera consortium.
    226229This non-profit organisation provides a unified set of high quality IP-XACT
     
    242245Software layers (MEDEA+ SoftSoc project) and Accellera is reusing these results for
    243246further releases.
    244 
     247\parlf
    245248In IP-XACT the flow automation and data constistency is ensured by generators, which
    246249are program modules that process IP-XACT XML data into something useful
  • anr/section-project-description.tex

    r297 r310  
    6767unit).
    6868\parlf
     69\label{HPC:howto}
    6970In addition to digital system design, HPC requires a supplementary
    7071partitioning step presented in figure~\ref{archi-hpc}. The designer
Note: See TracChangeset for help on using the changeset viewer.