Changeset 183
- Timestamp:
- Feb 15, 2010, 4:11:16 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anr/section-4.1.tex
r134 r183 30 30 controls the HAS tools described below. 31 31 From these inputs \verb!CSG! can generate the entire system (both software \& 32 hardware) either as a SystemC simulator to prototype and explore quickly the32 hardware) either as a SystemC simulator (cycla accurate and/or TLM) to prototype and explore quickly the 33 33 design space or as a bitstream\footnote{COACH generates synthesizable VHDL, and 34 34 launch the \xilinx or \altera RTL synthesis tools.} directly downloadable on the … … 40 40 directly on the C++ task description but on an internal format called 41 41 \xcoach generated by a plugin into the GNU C compiler (GCC). 42 This allowson the one hand to insure that all the tools will42 This will allow on the one hand to insure that all the tools will 43 43 accept the same C++ description and on the other hand make possible 44 44 their chaining. The front-end tools read a \xcoach description and generate … … 69 69 the internal formats (e.g. \xcoach), the architectural templates and 70 70 the design flow. 71 \item[ task-3: \textit{System generation}] This task addresses the prototyping and72 the generation of digital system. Apart from HAS that belong to task 371 \item[Task-3: \textit{System generation}] This task addresses the prototyping and 72 the generation of digital system. Apart from HAS that belongs to task 3 73 73 and 4, its components are those presented figure~\ref{archi-csg} 74 74 (e.g. \verb!CSG!, operating systems). … … 84 84 \item[Task-6: \textit{PC/FPGA communication middleware}] 85 85 This task pools the features dedicated to HPC. These are mainly the 86 partitioning validation(see figure~\ref{archi-hpc}), the sytem drivers for86 validation of the partitioning (see figure~\ref{archi-hpc}), the sytem drivers for 87 87 both PC and FPGA-SoC sides, the hardware communication components and 88 support for dynamic partial reconfiguration.88 the support for dynamic partial reconfiguration. 89 89 \item[Task-7: \textit{Industrial demonstrators}] 90 90 This task groups the demonstrators of the COACH project. … … 93 93 Others consist in integrating the COACH framework as a driver of 94 94 industrial proprietary design tools. 95 \item {Task 8: \textit{Dissemination}}95 \item[Task 8: \textit{Dissemination}] 96 96 This task concerns the diffusion of the project results. 97 97 It mainly consists of the production of 4 COACH releases (\verb!T0+12!, \verb!T0+18!, 98 \verb!T0+24! and \verb!T0+36!) 99 and the publication of a tutorial on a WEB site. 98 \verb!T0+24! and \verb!T0+36!), the publication of a tutorial and user manuals on a WEB site, the publication 99 of research papers in international journals and conferences and the organization of workshops and tutorials in 100 international conferences. 100 101 \end{description} 101 102 %
Note: See TracChangeset
for help on using the changeset viewer.