- Timestamp:
- Feb 2, 2010, 7:39:43 PM (15 years ago)
- Location:
- anr
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
anr/gantt.l
r60 r63 658 658 an += sum ; tsk += sum ; 659 659 newlineadded=0; 660 if ( (sum1!=0 && sum1>last->nbma[0] ) || (sum1==0 && last->nbma[0]!=0) )660 if ( sum1==0 && last->nbma[0]!=0) 661 661 fprintf(stderr,"ERROR: %s:%s probleme sur l'an 1 (in table=%2.1f, in gantt=%2.1f\n", 662 662 part->name,label,sum1,last->nbma[0]); 663 if ( (sum2!=0 && sum2>last->nbma[1]) || (sum2==0 && last->nbma[1]!=0) ) 663 if (sum1!=0 && sum1>last->nbma[0] ) 664 fprintf(stderr,"WARNING: %s:%s probleme sur l'an 1 (in table=%2.1f, in gantt=%2.1f\n", 665 part->name,label,sum1,last->nbma[0]); 666 if (sum2!=0 && sum2>last->nbma[1]) 667 fprintf(stderr,"WARNING: %s:%s probleme sur l'an 2 (in table=%2.1f, in gantt=%2.1f\n", 668 part->name,label,sum2,last->nbma[1]); 669 if ( sum2==0 && last->nbma[1]!=0) 664 670 fprintf(stderr,"ERROR: %s:%s probleme sur l'an 2 (in table=%2.1f, in gantt=%2.1f\n", 665 671 part->name,label,sum2,last->nbma[1]); 666 if ( (sum3!=0 && sum3>last->nbma[2]) || (sum3==0 && last->nbma[2]!=0) )672 if ( sum3==0 && last->nbma[2]!=0) 667 673 fprintf(stderr,"ERROR: %s:%s probleme sur l'an 3 (in table=%2.1f, in gantt=%2.1f\n", 674 part->name,label,sum3,last->nbma[2]); 675 if (sum3!=0 && sum3>last->nbma[2]) 676 fprintf(stderr,"WARNING: %s:%s probleme sur l'an 3 (in table=%2.1f, in gantt=%2.1f\n", 668 677 part->name,label,sum3,last->nbma[2]); 669 678 } … … 724 733 char label[1000]; 725 734 gen_label_base(label,last); 726 if ( (sum1!=0 && sum1>last->nbma[0] ) || (sum1==0 && last->nbma[0]!=0) ) 735 /* doublons , non ? 736 if ( (sum1!=0 && sum1>last->nbma[0] ) || (sum1==0 && last->nbma[0]!=0) ) 727 737 fprintf(stderr,"ERROR: %s:%s probleme sur l'an 1 (in table=%2.1f, in gantt=%2.1f\n", 728 738 part->name,label,sum1,last->nbma[0]); … … 733 743 fprintf(stderr,"ERROR: %s:%s probleme sur l'an 3 (in table=%2.1f, in gantt=%2.1f\n", 734 744 part->name,label,sum3,last->nbma[2]); 745 */ 735 746 } 736 747 } -
anr/section-7.tex
r60 r63 11 11 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 12 12 \subsection{Partner 3: \tima} 13 \begin {itemize} 13 \begin{figure}\leavevmode\center 14 \input{table_tima_full.tex} 15 \caption{\label{ress-detail-tima}Man power in $mm$ for the delivrables of \tima.} 16 \end{figure} 17 \begin{description} 14 18 \item [Equipment] 15 19 No specific equipment acquisition. … … 30 34 31 35 The table below sumarizes the man power by task for both permanent and non-permanent 32 personnels. The detail by delivrables is given in figure~\ref {detail-tima}.36 personnels. The detail by delivrables is given in figure~\ref{ress-detail-tima}. 33 37 The requested funding for personnels represent 47\% of the total personnal costs. 34 38 The requested funding for non permanent personnels is 82\% of the total ANR … … 43 47 The costs justified by internal invoicing procedures are evaluated to 4\% 44 48 of the total requested ANR funding.\\ 45 \input{table_tima_full.tex}49 \begin{center}\input{table_tima_short.tex}\end{center} 46 50 %FIXME comment on rajoute les hommes-ans sur le WP7 pour la dissemination ? 47 \end {itemize}51 \end{description} 48 52 49 53 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -
anr/task-2.tex
r59 r63 103 103 \itemV{8}{18}{x}{\Stima}{DNA 0S} 104 104 The drivers required for the second CSG milestone ({\csgPrototypingOnly}). 105 \itemL{18}{33}{x}{\Stima}{DNA OS}{6: 2:2}105 \itemL{18}{33}{x}{\Stima}{DNA OS}{6:3:2} 106 106 Maintenance work. 107 107 \itemL{6}{18}{x}{\Stima}{Port of DNA OS}{3:1:0} -
anr/task-5.tex
r59 r63 18 18 \item Implementing the communication scheme at all levels: partition help, software 19 19 implementation both on the PC and in the operating system of the FPGA-SoC, hardware. 20 \item Providing support for dynamic partial reconfiguration of \xilinx FPGA in order to optimize FPGA ressource usage. 20 \item Providing support for dynamic partial reconfiguration of \xilinx FPGA in order 21 to optimize FPGA ressource usage. 21 22 \end{itemize} 22 23 … … 79 80 It also includes appropriate SoC-FPGA OS drivers and a modification of the profiling library. 80 81 \begin{livrable} 81 \itemL{18}{36}{x}{\Supmc}{CSG support for \ganttlf dynamic reconfiguration}{0:0:2} 82 Extension of the \xilinx architectural template ({\csgAllArch}) in order to 83 integrate dynamic partial reconfiguration regions. 84 Modification of CSG software to support the extended \xilinx template. 85 \itemL{18}{30}{x}{\Stima}{dynamic reconfiguration \ganttlf DNA drivers}{0:2:3} 82 \itemL{18}{36}{x}{\Supmc}{CSG support for \ganttlf reconfiguration}{0:0:2} 83 Modification of CSG software to support statically reconfigurable task. 84 \itemL{18}{36}{x}{\Stima}{CSG module for \ganttlf dynamic reconfiguration}{0:6:12} 85 This livrable is a CSG module allowing to partition the task graph on 86 the dynamic partial reconfiguration regions. The resulting task-region assignement 87 is directly used for generation of bitstreams. The module also produces reconfiguration 88 management software to be run on the SoC-FPGA. 89 \itemL{18}{30}{x}{\Stima}{dynamic reconfiguration \ganttlf DNA drivers}{0:3:3} 86 90 \setMacroInAuxFile{hpcDynconfDriver} 87 91 The drivers required by the DNA OS in order to manage dynamic partial … … 89 93 \itemL{30}{36}{x}{\Supmc}{dynamic reconfiguration \ganttlf MUTEK drivers}{0:0:1} 90 94 Port of the {\hpcDynconfDriver} drivers on the MUTEK OS. 91 \itemL{24}{36}{x}{\Stima}{ HPC profiler for \ganttlf dynamic reconfiguration}{0:0:6}95 \itemL{24}{36}{x}{\Stima}{Profiler for \ganttlf dynamic reconfiguration}{0:0:6} 92 96 Extension of the HPC partionning helper in order to integrate dynamic partial 93 97 reconfiguration dedicated features (reconfiguration time of regions, variable
Note: See TracChangeset
for help on using the changeset viewer.