Changeset 27


Ignore:
Timestamp:
Jan 11, 2010, 7:51:00 AM (14 years ago)
Author:
coach
Message:
 
Location:
anr
Files:
9 edited

Legend:

Unmodified
Added
Removed
  • anr/anr.sty

    r21 r27  
    1616\let\UBS\disable%
    1717\let\UPMC\disable%
     18\let\ALTERA\disable%
     19\let\XILINX\disable%
    1820\let\BULL\disable%
    1921\let\THALES\disable%
     
    2729  \ifx\TIMA\disable\let\TIMA\enable\fi%
    2830  \ifx\UBS\disable\let\UBS\enable\fi%
     31  \ifx\ALTERA\disable\let\ALTERA\enable\fi%
     32  \ifx\XILINX\disable\let\XILINX\enable\fi%
    2933  \ifx\BULL\disable\let\BULL\enable\fi%
    3034  \ifx\THALES\disable\let\THALES\enable\fi%
    3135  \ifx\ZIED\disable\let\ZIED\enable\fi%
    3236\fi%
    33 \def\@IRISA{\ifx\IRISA\disable{}\else\ifx\IRISA\enable{*}\else{l}\fi\fi}%
    34 \def\@CITI{\ifx\CITI\disable{}\else\ifx\CITI\enable{*}\else{l}\fi\fi}%
    35 \def\@LIP{\ifx\LIP\disable{}\else\ifx\LIP\enable{*}\else{l}\fi\fi}%
    36 \def\@UPMC{\ifx\UPMC\disable{}\else\ifx\UPMC\enable{*}\else{l}\fi\fi}%
    37 \def\@TIMA{\ifx\TIMA\disable{}\else\ifx\TIMA\enable{*}\else{l}\fi\fi}%
    38 \def\@UBS{\ifx\UBS\disable{}\else\ifx\UBS\enable{*}\else{l}\fi\fi}%
    39 \def\@BULL{\ifx\BULL\disable{}\else\ifx\BULL\enable{*}\else{l}\fi\fi}%
    40 \def\@THALES{\ifx\THALES\disable{}\else\ifx\THALES\enable{*}\else{l}\fi\fi}%
    41 \def\@ZIED{\ifx\ZIED\disable{}\else\ifx\ZIED\enable{*}\else{l}\fi\fi}%
    42 \begin{tabular}{|c|c|c|c|c|c|c|c|c|}\hline
    43 \irisa  & \citi  & \lip  & \tima  & \ubs  & \upmc  & \bull  & \thales  & \zied \\\hline
    44 \@IRISA & \@CITI & \@LIP & \@TIMA & \@UBS & \@UPMC & \@BULL & \@THALES & \@ZIED \\\hline
     37\def\@leader{\begin{small}\textcolor{red}{lead.}\end{small}}
     38\def\@partner{\begin{small}\textcolor{blue}{part.}\end{small}}
     39\def\@IRISA{\ifx\IRISA\disable{}\else\ifx\IRISA\enable{\@partner}\else{\@leader}\fi\fi}%
     40\def\@CITI{\ifx\CITI\disable{}\else\ifx\CITI\enable{\@partner}\else{\@leader}\fi\fi}%
     41\def\@LIP{\ifx\LIP\disable{}\else\ifx\LIP\enable{\@partner}\else{\@leader}\fi\fi}%
     42\def\@UPMC{\ifx\UPMC\disable{}\else\ifx\UPMC\enable{\@partner}\else{\@leader}\fi\fi}%
     43\def\@TIMA{\ifx\TIMA\disable{}\else\ifx\TIMA\enable{\@partner}\else{\@leader}\fi\fi}%
     44\def\@UBS{\ifx\UBS\disable{}\else\ifx\UBS\enable{\@partner}\else{\@leader}\fi\fi}%
     45\def\@ALTERA{\ifx\ALTERA\disable{}\else\ifx\ALTERA\enable{\@partner}\else{\@leader}\fi\fi}%
     46\def\@XILINX{\ifx\XILINX\disable{}\else\ifx\ALTERA\enable{\@partner}\else{\@leader}\fi\fi}%
     47\def\@BULL{\ifx\BULL\disable{}\else\ifx\BULL\enable{\@partner}\else{\@leader}\fi\fi}%
     48\def\@THALES{\ifx\THALES\disable{}\else\ifx\THALES\enable{\@partner}\else{\@leader}\fi\fi}%
     49\def\@ZIED{\ifx\ZIED\disable{}\else\ifx\ZIED\enable{\@partner}\else{\@leader}\fi\fi}%
     50\begin{tabular}{|c|c|c|c|c|c|c|c|c|c|c|}\hline
     51\Sirisa  & \Sciti  & \Slip  & \Stima  & \Subs  & \Supmc  & \Saltera & \Sxilinx & \Sbull  & \Sthales & \Szied \\\hline
     52\@IRISA  & \@CITI  & \@LIP  & \@TIMA  & \@UBS  & \@UPMC  & \@ALTERA & \@XILINX & \@BULL  & \@THALES & \@ZIED \\\hline
    4553\end{tabular}\par
    4654}
  • anr/anr.tex

    r25 r27  
    3131
    3232%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
    33 \def\coussy{Philippe Coussy\xspace}
    34 \def\irisa{IRI\xspace}
    35 \def\citi{CITI\xspace}
    36 \def\lip{LIP\xspace}
    37 \def\tima{TIMA\xspace}
    38 \def\ubs{UBS\xspace}    % LAB-STICC
    39 \def\upmc{LIP6\xspace}
    40 \def\altera{ALTERA\xspace}
    41 \def\xilinx{XILINX\xspace}
    42 \def\bull{BULL\xspace}
    43 \def\thales{THALES\xspace}
    44 \def\zied{ZIED\xspace}
     33\def\Sformat#1{\begin{small}\textsc{#1}\end{small}}
     34\def\irisa{irisa\xspace}    \def\Sirisa{\Sformat{IRI}\xspace}
     35\def\citi{CITI\xspace}      \def\Sciti{\Sformat{CITI}\xspace}
     36\def\lip{LIP\xspace}        \def\Slip{\Sformat{LIP}\xspace}
     37\def\tima{TIMA\xspace}      \def\Stima{\Sformat{TIMA}\xspace}
     38\def\ubs{UBS\xspace}        \def\Subs{\Sformat{UBS}\xspace}
     39\def\upmc{LIP6\xspace}      \def\Supmc{\Sformat{LIP6}\xspace}
     40\def\altera{ALTERA\xspace}  \def\Saltera{\Sformat{ALTE}\xspace}
     41\def\xilinx{XILINX\xspace}  \def\Sxilinx{\Sformat{XILX}\xspace}
     42\def\bull{BULL\xspace}      \def\Sbull{\Sformat{BULL}\xspace}
     43\def\thales{THALES\xspace}  \def\Sthales{\Sformat{THAL}\xspace}
     44\def\zied{FLEXRAC\xspace}   \def\Szied{\Sformat{FLEX}\xspace}
    4545
    4646\def\alllabs{\irisa \citi \lip \tima \ubs \upmc}
     
    4949%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
    5050\def\ST{sub-task\xspace}
     51\def\STs{sub-tasks\xspace}
    5152% FIXME \def\taskresponsable#1#2#3{\ifvmode\else\\\fi
    5253% FIXME The coordinator of this task is #1 member of #2.
     
    210211
    211212\subsubsection{Task 3: \textit{HAS front-end}}
    212 %\input{task-3}
     213\input{task-3}
    213214
    214215\subsubsection{Task 4: \textit{HAS back-end}}
    215 %\input{task-4}
     216\input{task-4}
    216217
    217218\subsubsection{Task 5: \textit{Communication between PC \& FPGA-SoC}}
  • anr/task-0.tex

    r25 r27  
    1919\end{objectif}
    2020%
    21 \begin{workpackage}{T0}
    22 \item This \ST consists of the writing of the consortium agreement and of having the patners to sign it.
     21\begin{workpackage}{D0}
     22\item This \ST consists of the writing of the consortium agreement and of having the
     23    patners to sign it.
    2324    \begin{livrable}
    24     \item{-VF}{0}{6}{d}{\upmc}{Consortium agreement establishment} A document signed by all the partners.
     25    \item{-VF}{0}{6}{d}{\upmc}{Consortium agreement establishment} A document signed by
     26        all the partners.
    2527    \end{livrable}
    26 \item This \ST consists of the managment of deliverable.
     28\item This \ST consists of the managment of deliverables.
    2729    \begin{livrable}
    2830    \item{-1-VF}{0}{12}{d}{\upmc}{First progress report}
     
    3133    \end{livrable}
    3234\item This \ST consists of the set up of the web site and iof its managment.
    33 Deliverables:
    3435    \begin{livrable}
    3536    \item{-VF}{0}{6}{}{\upmc}{Web site setting}
  • anr/task-1.tex

    r26 r27  
    1111\end{objectif}
    1212%
    13 \begin{workpackage}{T1}
     13\begin{workpackage}{D1}
    1414\item This \ST specifies COACH for the system designer. At this
    1515    level COACH is a black box. The deliverable is a document allowing the system
  • anr/task-2.tex

    r24 r27  
    2222\end{objectif}
    2323%
    24 \begin{workpackage}{T2}
     24\begin{workpackage}{D2}
    2525\item This \ST corresponds to the Coach System Generator (DSG) software.
    2626    \begin{livrable}
  • anr/task-3.tex

    r26 r27  
    1313    \mustbecompleted{FIXME:IRISA ........}
    1414    \begin{livrable}
    15         \item{-V1}{0}{18}{d}{\irisa}{Intégration manuelle des motifs} \mustbecompleted
    16         \item{-VF}{18}{24}{d}{\irisa}{Intégration manuelle des motifs} \mustbecompleted
     15        \item{-V1}{0}{18}{d}{\irisa}{Interation manuelle des motifs} \mustbecompleted{FIXME .....}
     16        \item{-VF}{18}{24}{d}{\irisa}{Integration manuelle des motifs} \mustbecompleted{FIXME ......}
    1717    \end{livrable}
    1818\item \mustbecompleted{FIXME: la liste des ST est dans wp.txt}
    1919    \begin{livrable}
    20         \item{-V1}{0}{18}{d}{\irisa}{Intégration manuelle des motifs} \mustbecompleted
     20        \item{-V1}{0}{18}{d}{\irisa}{Intégration manuelle des motifs} \mustbecompleted{FIXME ......}
    2121    \end{livrable}
    2222\end{workpackage}
  • anr/task-4.tex

    r26 r27  
    6969    synthesis.
    7070    \begin{livrable}
    71     \item{-V1}{0}{6}{d}{\umpc}{frequency calibration} A document describing the set up of
     71    \item{-V1}{0}{6}{d}{\upmc}{frequency calibration} A document describing the set up of
    7272        the coprocessor frequency calibration.
    73     \item{-V2}{6}{12}{x}{\umpc}{frequency calibration} A VHDL description of hardware
     73    \item{-V2}{6}{12}{x}{\upmc}{frequency calibration} A VHDL description of hardware
    7474        added to the coprocessor to enable the calibration.
    75     \item{-V3}{12}{20}{x}{\umpc}{frequency calibration} The frequency calibration software
     75    \item{-V3}{12}{20}{x}{\upmc}{frequency calibration} The frequency calibration software
    7676        consists of a driver in the FPGA-SoC operating system and of a control software on
    7777        a PC.
  • anr/task-5.tex

    r23 r27  
    2424\end{objectif}
    2525%
    26 \begin{workpackage}{T5}
     26\begin{workpackage}{D5}
    2727\item This \ST is the definition of the communication schems as a software API
    2828    (Application Programing Interface) between the application part running on the PC and
    2929    the application part running on the FPGA-SoC.
    3030    \begin{livrable}
    31     \item{-VF}{0}{6}{d}{\upmc}{HPC communication API} User refernce manual describing the API.
     31    \item{-VF}{0}{6}{d}{\Supmc}{HPC communication API} User refernce manual describing the API.
    3232    \end{livrable}
    3333\item This \ST aims with the application partitioning help. It is a library implementing
    3434    the communication API with features to profile the application partionning.
    3535    \begin{livrable}
    36     \item{-VF}{0}{12}{x}{\upmc}{HPC partionning help} A library.
     36    \item{-VF}{0}{12}{x}{\Supmc}{HPC partionning help} A library.
    3737    \end{livrable}
    3838\item This \ST aims with the implementation of the communication API on the both sides (PC
    3939    part and FPGA-SoC).
    4040    \begin{livrable}
    41     \item{-1-VF}{0}{21}{x}{\upmc}{HPC API for Linux PC}
    42     \item{-2-VF}{0}{21}{x}{\tima}{HPC API for DNA OS}
    43     \item{-3-VF}{0}{21}{x}{\upmc}{HPC API for Mutek OS}
     41    \item{-1-VF}{0}{21}{x}{\Supmc}{HPC API for Linux PC}
     42    \item{-2-VF}{0}{21}{x}{\Stima}{HPC API for DNA OS}
     43    \item{-3-VF}{0}{21}{x}{\Supmc}{HPC API for Mutek OS}
    4444    \end{livrable}
    4545\item This \ST aims with the implementation of hardware required by the COACH
    4646    architectural template for using the PCI/X IP of \altera and \xilinx.
    4747    \begin{livrable}
    48     \item{-1-VF}{0}{21}{h}{\tima}{HPC hardwre \xilinx} A synthesizable VHDL description
     48    \item{-1-VF}{0}{21}{h}{\Stima}{HPC hardwre \xilinx} A synthesizable VHDL description
    4949        of a PLB/VCI bridge.
    50     \item{-1-VF}{0}{21}{h}{\altera}{HPC hardwre \altera} A synthesizable VHDL description
     50    \item{-1-VF}{0}{21}{h}{\Saltera}{HPC hardwre \altera} A synthesizable VHDL description
    5151        of a AVALON/VCI bridge.
    5252    \end{livrable}
    5353\item This \ST aims with the dynamic reconfiguration of FPGA.
    5454    \begin{livrable}
    55     \item{-1-VF}{0}{30}{x}{\tima}{dynamic reconfiguration DNA drivers}
    56     \item{-2-VF}{0}{30}{x}{\upmc}{dynamic reconfiguration mutek drivers}
    57     \item{-3-VF}{0}{30}{x}{\upmc}{CSG support for dynamic reconfiguration}
    58     \item{-3-VF}{0}{30}{x}{\tima}{PC support for dynamic reconfiguration}
     55    \item{-1-VF}{0}{30}{x}{\Stima}{dynamic reconfiguration DNA drivers}
     56    \item{-2-VF}{0}{30}{x}{\Supmc}{dynamic reconfiguration mutek drivers}
     57    \item{-3-VF}{0}{30}{x}{\Supmc}{CSG support for dynamic reconfiguration}
     58    \item{-3-VF}{0}{30}{x}{\Stima}{PC support for dynamic reconfiguration}
     59    \end{livrable}
     60\item This \ST is the delivery of 2 PCI/X \mustbecompleted{FIXME: Stratix4} FPGA board
     61    with its PCI/X IP. These boards are dedicated to the COACH HPC development.
     62    They are based on \mustbecompleted{FIXME:stratix4} FPGA device of 400,000 LUT.
     63    \begin{livrable}
     64    \item{-VF}{0}{6}{x}{\Saltera}{HPC development boards}
    5965    \end{livrable}
    6066\end{workpackage}
  • anr/task-6.tex

    r23 r27  
    1010\end{objectif}
    1111%
    12 \begin{workpackage}{T6}
     12\begin{workpackage}{D6}
    1313\item This \ST is the reference demonstrator. It is a HPC application and so it covers
    1414    in addition to HPC (task-5) both the system genration (task-2), the HAS (task-3) and (task-4).
Note: See TracChangeset for help on using the changeset viewer.