Changeset 27
- Timestamp:
- Jan 11, 2010, 7:51:00 AM (15 years ago)
- Location:
- anr
- Files:
-
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
anr/anr.sty
r21 r27 16 16 \let\UBS\disable% 17 17 \let\UPMC\disable% 18 \let\ALTERA\disable% 19 \let\XILINX\disable% 18 20 \let\BULL\disable% 19 21 \let\THALES\disable% … … 27 29 \ifx\TIMA\disable\let\TIMA\enable\fi% 28 30 \ifx\UBS\disable\let\UBS\enable\fi% 31 \ifx\ALTERA\disable\let\ALTERA\enable\fi% 32 \ifx\XILINX\disable\let\XILINX\enable\fi% 29 33 \ifx\BULL\disable\let\BULL\enable\fi% 30 34 \ifx\THALES\disable\let\THALES\enable\fi% 31 35 \ifx\ZIED\disable\let\ZIED\enable\fi% 32 36 \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 45 53 \end{tabular}\par 46 54 } -
anr/anr.tex
r25 r27 31 31 32 32 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 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-STICC39 \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} 45 45 46 46 \def\alllabs{\irisa \citi \lip \tima \ubs \upmc} … … 49 49 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 50 50 \def\ST{sub-task\xspace} 51 \def\STs{sub-tasks\xspace} 51 52 % FIXME \def\taskresponsable#1#2#3{\ifvmode\else\\\fi 52 53 % FIXME The coordinator of this task is #1 member of #2. … … 210 211 211 212 \subsubsection{Task 3: \textit{HAS front-end}} 212 %\input{task-3}213 \input{task-3} 213 214 214 215 \subsubsection{Task 4: \textit{HAS back-end}} 215 %\input{task-4}216 \input{task-4} 216 217 217 218 \subsubsection{Task 5: \textit{Communication between PC \& FPGA-SoC}} -
anr/task-0.tex
r25 r27 19 19 \end{objectif} 20 20 % 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. 23 24 \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. 25 27 \end{livrable} 26 \item This \ST consists of the managment of deliverable .28 \item This \ST consists of the managment of deliverables. 27 29 \begin{livrable} 28 30 \item{-1-VF}{0}{12}{d}{\upmc}{First progress report} … … 31 33 \end{livrable} 32 34 \item This \ST consists of the set up of the web site and iof its managment. 33 Deliverables:34 35 \begin{livrable} 35 36 \item{-VF}{0}{6}{}{\upmc}{Web site setting} -
anr/task-1.tex
r26 r27 11 11 \end{objectif} 12 12 % 13 \begin{workpackage}{ T1}13 \begin{workpackage}{D1} 14 14 \item This \ST specifies COACH for the system designer. At this 15 15 level COACH is a black box. The deliverable is a document allowing the system -
anr/task-2.tex
r24 r27 22 22 \end{objectif} 23 23 % 24 \begin{workpackage}{ T2}24 \begin{workpackage}{D2} 25 25 \item This \ST corresponds to the Coach System Generator (DSG) software. 26 26 \begin{livrable} -
anr/task-3.tex
r26 r27 13 13 \mustbecompleted{FIXME:IRISA ........} 14 14 \begin{livrable} 15 \item{-V1}{0}{18}{d}{\irisa}{Int égration manuelle des motifs} \mustbecompleted16 \item{-VF}{18}{24}{d}{\irisa}{Int égration manuelle des motifs} \mustbecompleted15 \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 ......} 17 17 \end{livrable} 18 18 \item \mustbecompleted{FIXME: la liste des ST est dans wp.txt} 19 19 \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 ......} 21 21 \end{livrable} 22 22 \end{workpackage} -
anr/task-4.tex
r26 r27 69 69 synthesis. 70 70 \begin{livrable} 71 \item{-V1}{0}{6}{d}{\u mpc}{frequency calibration} A document describing the set up of71 \item{-V1}{0}{6}{d}{\upmc}{frequency calibration} A document describing the set up of 72 72 the coprocessor frequency calibration. 73 \item{-V2}{6}{12}{x}{\u mpc}{frequency calibration} A VHDL description of hardware73 \item{-V2}{6}{12}{x}{\upmc}{frequency calibration} A VHDL description of hardware 74 74 added to the coprocessor to enable the calibration. 75 \item{-V3}{12}{20}{x}{\u mpc}{frequency calibration} The frequency calibration software75 \item{-V3}{12}{20}{x}{\upmc}{frequency calibration} The frequency calibration software 76 76 consists of a driver in the FPGA-SoC operating system and of a control software on 77 77 a PC. -
anr/task-5.tex
r23 r27 24 24 \end{objectif} 25 25 % 26 \begin{workpackage}{ T5}26 \begin{workpackage}{D5} 27 27 \item This \ST is the definition of the communication schems as a software API 28 28 (Application Programing Interface) between the application part running on the PC and 29 29 the application part running on the FPGA-SoC. 30 30 \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. 32 32 \end{livrable} 33 33 \item This \ST aims with the application partitioning help. It is a library implementing 34 34 the communication API with features to profile the application partionning. 35 35 \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. 37 37 \end{livrable} 38 38 \item This \ST aims with the implementation of the communication API on the both sides (PC 39 39 part and FPGA-SoC). 40 40 \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} 44 44 \end{livrable} 45 45 \item This \ST aims with the implementation of hardware required by the COACH 46 46 architectural template for using the PCI/X IP of \altera and \xilinx. 47 47 \begin{livrable} 48 \item{-1-VF}{0}{21}{h}{\ tima}{HPC hardwre \xilinx} A synthesizable VHDL description48 \item{-1-VF}{0}{21}{h}{\Stima}{HPC hardwre \xilinx} A synthesizable VHDL description 49 49 of a PLB/VCI bridge. 50 \item{-1-VF}{0}{21}{h}{\ altera}{HPC hardwre \altera} A synthesizable VHDL description50 \item{-1-VF}{0}{21}{h}{\Saltera}{HPC hardwre \altera} A synthesizable VHDL description 51 51 of a AVALON/VCI bridge. 52 52 \end{livrable} 53 53 \item This \ST aims with the dynamic reconfiguration of FPGA. 54 54 \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} 59 65 \end{livrable} 60 66 \end{workpackage} -
anr/task-6.tex
r23 r27 10 10 \end{objectif} 11 11 % 12 \begin{workpackage}{ T6}12 \begin{workpackage}{D6} 13 13 \item This \ST is the reference demonstrator. It is a HPC application and so it covers 14 14 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.