Changeset 41
- Timestamp:
- Jan 19, 2010, 7:40:34 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anr/task-3.tex
r35 r41 5 5 % 6 6 \begin{objectif} 7 This objectives of this task is to provides the \mustbecompleted{FIXME:3} HAS front-end. 8 As shown figure~\ref{archi-hls} \mustbecompleted{FIXME}. 7 The objective of this task is to convert the input specification of 8 an hardware accelerator, which must be written in a familiar language 9 (C/C++) with as few constraints as possible, into a form suitable for 10 the HLS tools. If the target is an ASIP, the frontend has to extract 11 patterns from the source code and convert them into the definition 12 of an extensible processor. If the target is a process network, the 13 front end has to distribute the workload and the data sets as fairly 14 as possible, identify communication channels, and output an \xcoach 15 description. 9 16 \end{objectif} 10 17 % … … 22 29 \end{workpackage} 23 30 31 \begin{workpackage}{D4} 32 \item Extraction of parallelism in polyhedral loops and conversion into 33 a process network 34 \begin{livrable} 35 \item{V1}{0}{6}{d}{\Slip}{Method} Description of the process 36 network construction method. User manual. 37 \end{livrable} 38 \item Implementation of a process constructor. 39 \begin{livrable} 40 \item{V1}{6}{12}{x}{\Slip}{Process Construction} Preliminary 41 implementation in the Syntol framework. 42 \end{livrable} 43 \begin{livrable} 44 \item{V2}{12}{24}{x}{\Slip} {Arrays and FIFO} Implementation of 45 the array contraction and FIFO construction algorithm. Conversion of the imput 46 and output to the \xcoach format. 47 \end{livrable} 48 \item Feedback and evaluation. 49 \begin{livrable} 50 \item{VF}{24}{30}{x}{\Slip} {Feedback} Feedback from the 51 demonstrators and improvement of the implementation. 52 \end{livrable} 53 \begin{livrable} 54 \item{VF}{30}{36}{d}{\Slip}{Assessment} Final assessment of the 55 method and improved version of the user manual. 56 \end{livrable} 57 \end{workpackage} 58 59 60
Note: See TracChangeset
for help on using the changeset viewer.