1 | \begin{taskinfo} |
---|
2 | \let\LIP\leader |
---|
3 | \let\IRISA\enable |
---|
4 | \end{taskinfo} |
---|
5 | % |
---|
6 | \begin{objectif} |
---|
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. |
---|
16 | \end{objectif} |
---|
17 | % |
---|
18 | \begin{workpackage} |
---|
19 | \item This sub-task aims at providing compiler support for custom instructions |
---|
20 | within the HAS front-end. It will take as input the COACH intermediate |
---|
21 | representation, and will output an annotated COACH IR containing the custom |
---|
22 | instructions definitions along with their occurrence in the application. |
---|
23 | |
---|
24 | \begin{livrable} |
---|
25 | \itemV{0}{18}{d}{\Sirisa}{Instruction selection for user defined custom instructions} |
---|
26 | In this first version of the software, the computations patterns corresponding to |
---|
27 | custom instruction are specified by the user, and then automatically extracted (when |
---|
28 | beneficial) from the application intermediate representation. |
---|
29 | %\mustbecompleted{FIXME .....} |
---|
30 | \itemL{18}{24}{d}{\Sirisa}{Automatic extraction of patterns}{0:0:0} |
---|
31 | In this second version, the software will also be able to automatically identify |
---|
32 | interesting pattern candidates in the application code, and use them as custom |
---|
33 | instructions. |
---|
34 | \end{livrable} |
---|
35 | |
---|
36 | \item In this sub-task, we provide micro-architectural template models for the two target |
---|
37 | processor architectures (NIOS-II and MIPS) supported within in the COACH-ASIP design flow. |
---|
38 | For each processor, we provide a simulation model (System-C) and a synthesizable model (VHDL) |
---|
39 | of the architecture, along with its architectural extensions |
---|
40 | \begin{livrable} |
---|
41 | \itemV{0}{12}{d}{\Sirisa}{SystemC Model for an simple extensible MIPS architectural template} |
---|
42 | \itemV{0}{18}{d}{\Sirisa}{VHDL Model for an simple extensible MIPS architectural template} |
---|
43 | %\mustbecompleted{FIXME .....} |
---|
44 | \itemL{0}{12}{d}{\Sirisa}{SystemC Model for an extensible NIOS processor template, the VHDL model being already available from Altera}{0:0:0} |
---|
45 | |
---|
46 | \itemV{0}{24}{d}{\Sirisa}{SystemC Model for a extensible MIPS with tight |
---|
47 | architectural integration of its instruction set extensions} |
---|
48 | \itemV{0}{24}{d}{\Sirisa}{VHDL Model for a extensible MIPS with tight |
---|
49 | architectural integration of its instruction set extensions} |
---|
50 | \itemL{0}{36}{d}{\Sirisa}{Evaluation report }{0:0:0} |
---|
51 | |
---|
52 | \end{livrable} |
---|
53 | |
---|
54 | \item Extraction of parallelism in polyhedral loops and conversion into a process network. |
---|
55 | |
---|
56 | \begin{livrable} |
---|
57 | \itemV{0}{6}{d}{\Slip}{Method, Preliminary Definition} |
---|
58 | Description of the process network construction method for programs with |
---|
59 | polyhedral loops. User manual. |
---|
60 | \itemL{30}{36}{d}{\Slip}{Process generation method}{0:0:0} |
---|
61 | Final assessment of the method and improved version of the user manual. |
---|
62 | \itemV{6}{12}{x}{\Slip}{Process construction)} |
---|
63 | Preliminary implementation in the Syntol framework. |
---|
64 | At this step the software will just implement a single constructor. |
---|
65 | \itemV{12}{18}{x}{\Slip} {Arrays and FIFO} |
---|
66 | Implementation of the array contraction and FIFO construction algorithm. |
---|
67 | Conversion of the input and output to the \xcoach format. |
---|
68 | \itemV{18}{30}{d+x}{\Slip}{Non-polyhedral extension} |
---|
69 | Extension of automatic parallelization and array contraction |
---|
70 | to non-polyhedral loops. Implementation in the Bee framework. |
---|
71 | \itemL{30}{36}{x}{\Slip} {Process and FIFO construction} {0:0:0} |
---|
72 | Final release taking into account the feedbacks from the |
---|
73 | demonstrator \STs. |
---|
74 | \end{livrable} |
---|
75 | |
---|
76 | \end{workpackage} |
---|
77 | |
---|
78 | |
---|
79 | |
---|