source: anr/task-2.tex @ 74

Last change on this file since 74 was 74, checked in by coach, 14 years ago

IA: modif UBS

File size: 6.0 KB
Line 
1\begin{taskinfo}
2\let\UPMC\leader
3\let\IRISA\enable
4\let\TIMA\enable
5\end{taskinfo}
6%
7\begin{objectif}
8This task deals with the prototyping and the generation of FPGA-SoC digital systems.
9Its is described on figure~\ref{archi-csg}.
10Its objective is to allow the system designer to explore the system space design by
11quickly prototyping and then to generate automatically the FPGA-SoC system.
12This task consists of
13\begin{itemize}
14\item the development of all the missing components (SytemC model and/or synthesizable VHDL description),
15\item the configuration and the development of drivers of the operating systems,
16\item the CSG software that generates the simulators for prototyping and the FPGA-SoC system,
17\item the specification of enhanced communication schemes and their sofware and hardware implementation.
18\end{itemize}
19This task being based on the SocLib platform, a first release will be delivrable at $T0+12$
20to allow the demonstrators to start working.
21This release will include the standard communication schemes (base on SocLib MWMR component)
22and support the COACH architectural template for prototyping and hardware generation.
23\end{objectif}
24%
25\begin{workpackage}
26\item This \ST corresponds to the Coach System Generator (CSG) software.
27    \begin{livrable}
28    \itemV{0}{12}{x}{\Supmc}{CSG} \setMacroInAuxFile{csgCoachArch}
29        \mustbecompleted{FIXME: LIP6 :: Pas clair pour un non expert du projet... ET remplacement de "milestone" par
30    "CSG release"} 
31        The first milestone that will allow demonstrators to start working using the COACH
32        hardware architecture template.
33    \itemV{12}{18}{x}{\Supmc}{CSG} \setMacroInAuxFile{csgPrototypingOnly}
34        This milestone adds to CSG the support to the XILINX and ALTERA architectural
35        templates and to the enhanced communication system.
36        In this milestone only the SystemC prototyping will be supported for the XILINX
37        and ALTERA architectural template.
38        HAS is available.
39    \itemV{18}{24}{x}{\Supmc}{CSG} \setMacroInAuxFile{csgAllArch}
40        This milestone extends CSG (\csgPrototypingOnly) to
41        FPGA-SoC generation for the XILINX and ALTERA architectural template.
42    \itemL{24}{36}{x}{\Supmc}{CSG}{6:6:6}
43        Maintenance work of CSG.
44    \end{livrable}
45\item This \ST deals with the components of the architectural template.
46    \\
47    For the COACH architectural template, it consists of the devlopment of the VHDL
48    synthesizable description of the missing components. Notice that the SystemC models
49    comes from the SocLib ANR project, the processor with its cache comes from the TSAR
50    ANR project.
51    \\
52    For the XILINX and ALTERA architectural template, we use the XILINX and ALTERA IPs.
53    The missing component is the MWMR used for communication between the tasks of the
54    application.
55    \begin{livrable}
56    \itemL{0}{12}{h}{\Supmc}{COACH architecture}{1:0:0}
57        The VHDL synthesizable descriptions of the SocLib MWMR, TokenRing components.
58    \itemV{6}{18}{x}{\Stima}{XILINX architecture}
59        \setMacroInAuxFile{csgXilinxSystemC}
60        The SystemC simulation module of the MWMR component with a PLB bus interface plus
61        the SystemC modules of the components of the XILINX architectural template
62        not available in the SocLib component library.
63    \itemL{18}{24}{h}{\Stima}{XILINX architecture}{9:9:0}
64        The synthesizable VHDL description of the MWMR component corresponding to the
65        SystemC module of the former delivrable (\csgXilinxSystemC).
66    \itemV{6}{18}{x}{\Sirisa}{ALTERA architecture}
67        \setMacroInAuxFile{csgAlteraSystemC}
68        The SystemC simulation module of the MWMR component with an AVALON bus interface plus
69        the SystemC modules of the components of the ALTERA architectural template
70        not available in the SocLib component library.
71    \itemL{18}{24}{h}{\Sirisa}{ALTERA architecture}{0:0:0}
72        The synthesizable VHDL description of the MWMR component corresponding to the
73        SystemC module of the former delivrable (\csgAlteraSystemC);
74    \itemV{6}{12}{d}{\Subs}{UBS communication adapter}
75       \setMacroInAuxFile{gautCOMMoptimization}
76       Specification of an optimized communication adapter (space and time) component to handle data interleaving.
77       This evolution aims to solve out of order communication weakness of the classical MWMR.
78    \itemV{12}{24}{x}{\Subs}{UBS communication adapter}
79       First release of the tool that generates the VHDL description of the optimized communication adapter
80       and its corresponding SystemC module.
81    \itemL{24}{30}{x}{\Subs}{UBS communication adapter}{0:0:0}
82       Final release of the tool that generates the VHDL description of the optimized communication adapter
83       and its corresponding SystemC module (\gautCOMMoptimization).
84    \end{livrable}
85\item This \ST consists of the configuration of the SocLib MUTEK and DNA operating
86    system and the development of drivers for the hardware architectural templates
87    and enhanced communication schemes defined in \novers{\specCsgManual} delivrable.
88    For the ALTERA and XILINX architectural template, the OSs must also be ported on
89    the NIOS2 and MICROBLAZE processors.
90    \begin{livrable}
91    \itemV{6}{8}{x}{\Supmc}{MUTEK OS}
92        The drivers required for the first CSG milestone (delivrable \csgCoachArch).
93    \itemV{8}{18}{x}{\Supmc}{MUTEK 0S}
94        The drivers required for the second CSG milestone ({\csgPrototypingOnly}).
95    \itemL{18}{33}{x}{\Supmc}{MUTEK OS}{1:1:2}
96        Maintenance work.
97    \itemL{6}{18}{x}{\Supmc}{Port of MUTEK OS}{1.0:1:0}
98        Port of MUTEK OS on the NIOS2 and MICROBLAZE processors.
99    \itemV{6}{8}{x}{\Stima}{DNA OS}
100        The drivers required for the first CSG milestone (delivrable \csgCoachArch).
101    \itemV{8}{18}{x}{\Stima}{DNA 0S}
102        The drivers required for the second CSG milestone ({\csgPrototypingOnly}).
103    \itemL{18}{33}{x}{\Stima}{DNA OS}{6:3:2}
104        Maintenance work.
105    \itemL{6}{18}{x}{\Stima}{Port of DNA OS}{3:1:0}
106        Port of DNA OS on the NIOS2 and MICROBLAZE processors.
107    \end{livrable}
108\end{workpackage}
Note: See TracBrowser for help on using the repository browser.