Ignore:
Timestamp:
Mar 18, 2009, 11:36:26 PM (15 years ago)
Author:
rosiere
Message:

1) Stat_list : fix retire old and new register bug
2) Stat_list : remove read_counter and valid flag, because validation of destination is in retire step (not in commit step)
3) Model : add class Model (cf Morpheo.sim)
4) Allocation : alloc_interface_begin and alloc_interface_end to delete temporary array.
5) Script : add distexe.sh
6) Add Comparator, Multiplier, Divider. But this component are not implemented
7) Software : add Dhrystone

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Softwares/Test/Test_066/src/c/main.c

    r111 r112  
    1414int main()
    1515{
    16 //fprintf(stdout,"Message de Bienvenue !!!\n");
     16/*   printf("Hello World !!!\n");  */
    1717 
    18   printf("Hello World !!!\n");
    19  
    20   for (int i=0; i<10; ++i)
    21     printf("i : %d",i);
     18  for (int i=0; i<20; ++i)
     19    printf("i : %d\n",i);
    2220   
    2321  exit (0);
Note: See TracChangeset for help on using the changeset viewer.