source: anr/section-3.2.tex @ 182

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

UBS

File size: 5.4 KB
Line 
1% les objectifs scientifiques/techniques du projet.
2The objectives of the COACH project are to develop a complete framework to HPC
3(accelerating solutions for existing software applications) and embedded
4applications (implementing an application on a low power standalone
5device).  The design steps are presented figure~\ref{coach-flow}.
6\begin{figure}[hbtp]\leavevmode\center
7  \includegraphics[width=.8\linewidth]{flow}
8  \caption{\label{coach-flow} COACH design flow}
9\end{figure}
10\begin{description}
11\item[HPC setup:] During this step, the user splits the application into 2 parts: the host application
12which remains on a PC and the SoC application which is mapped on the FPGA.
13The COACH framework will provide a SystemC simulation model of the whole system (PC+communication+FPGA-SoC) which will allow performance evaluation of the partitioning.
14\item[SoC design:] In this phase,
15the user will be able to obtain simulators for the SoC at different abstraction levels by giving to the COACH framework a SoC description. 
16This description will consist of a process network corresponding to the SoC application,
17an OS, an instance of a generic hardware platform
18and a mapping of processes on the platform components. The supported mapping are
19software (the process runs on a SoC processor),
20ASIP (the process runs on a SoC processor enhanced with dedicated instructions),
21and hardware (the process runs into a coprocessor that is generated by HLS and plugged on the SoC bus).
22\item[Application compilation:] Once the SoC description is validated, COACH will generate automatically
23an FPGA bitstream containing the hardware platform with the SoC application software and
24an executable containing the host application. The user will be able to launch the application by
25loading the bitstream on an FPGA and running the executable on PC.
26\end{description}
27 
28% l'avancee scientifique attendue. Preciser l'originalite et le caractere
29% ambitieux du projet.
30%FIXME == {NON ceci n'est pas une contribution scientifique. A re-ecrire}
31
32%The main scientific contribution of the project is to unify various synthesis techniques
33%(same input and output formats) allowing the user to swap without engineering effort
34%from one to another and even to chain them. For instance, it will be possible to run loop transformations before synthesis.
35%Another advantage of this framework is to provide different abstraction levels from
36%a single description.
37%Finally, this description is device family independent and its hardware implementation
38%is automatically generated.
39
40% Detailler les verrous scientifiques et techniques a lever par la realisation du projet.
41System design is a very complicated task and in this project we will try to simplify it
42as much as possible. For this purpose we have to deal with the following scientific
43and technological barriers.
44\begin{itemize}
45\item HLS tools are sensitive to the style in which the algorithm is written.
46In addition, they are are not integrated into an architecture and system
47exploration tool. Consequently, engineering work is required to swap from a tool to another,
48to integrate the resulting simulation model to an architectural exploration tool
49and to synthesize the generated RTL description.
50%CA Additionnal preprocessing, source-level transformations, are thus
51%CA required to improve the process.
52%CA Particularly, this includes parallelism exposure and efficient memory mapping.
53\item Most HLS tools translate a sequential algorithm into a coprocessor
54containing a single data-path and finite state machine (FSM). In this way,
55only the fine grained parallelism is exploited (ILP parallelism).
56The challenge is to identify the coarse grained parallelism and to generate,
57from a sequential algorithm, coprocessor containing multiple communicating
58tasks (data-paths and FSMs). To this aim, one may adapt techniques which
59were developed in the 1990 for the construction of distributed programs.
60However, in the context of HLS, there are still several original problems
61to be solved, mainly to do with the construction of FIFO communication
62channels and with memory optimization.
63\item The COACH design flow has a top-down approach. In such a case,
64the required performance of a coprocessor (clock frequency, maximum cycles for
65a given computation, power consumption, etc) are imposed by the other system
66components. The challenge is to allow user to control accurately the synthesis
67process. For instance, the clock frequency must not be a result of the RTL synthesis
68but a strict synthesis constraint.
69\item The main problem in HPC is the communication between the PC and the SoC.
70This problem has 2 aspects. The first one is the run-time efficiency. The second is
71its engineering  cost, especially if one want to refine an implementation
72at several abstract levels.
73
74\end{itemize}
75
76%Presenter les resultats escomptes en proposant si possible des criteres de reussite
77%et d'evaluation adaptes au type de projet, permettant d'evaluer les resultats en
78%fin de projet.
79The main result is the framework. It is composed concretely of:
80a communication middleware for HPC,
815 HAS tools (control dominated HLS, data dominated HLS, Coarse grained HLS,
82Memory optimisation HLS and ASIP),
833 architectural templates that are synthesizable and that can be prototyped,
84one design space exploration tool,
852 operating systems (DNA/OS and MUTEKH.
86\\
87The framework fonctionality will be demonstrated with the demonstrators
88(see task-7 page~\pageref{task-7}) and the tutorial example (see task-8
89page~\ref{subtask-tutorial}.
Note: See TracBrowser for help on using the repository browser.