source: trunk/Softwares/Dhrystone/src/include/dhry21.h @ 112

Last change on this file since 112 was 112, checked in by rosiere, 15 years ago

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

  • Property svn:keywords set to Id
File size: 521 bytes
Line 
1#ifndef DHRY21_H
2#define DHRY21_H
3
4#include "dhry.h"
5
6int         dhry21 (unsigned int);
7
8void        Proc_1 (Rec_Pointer);
9void        Proc_2 (One_Fifty *);
10void        Proc_3 (Rec_Pointer *);
11void        Proc_4 ();
12void        Proc_5 ();
13void        Proc_6 (Enumeration, Enumeration*);
14void        Proc_7 (One_Fifty,One_Fifty,One_Fifty*);
15void        Proc_8 (Arr_1_Dim,Arr_2_Dim,int,int);
16Enumeration Func_1 (Capital_Letter,Capital_Letter);
17Boolean     Func_2 (Str_30,Str_30);
18Boolean     Func_3 (Enumeration);
19
20#endif
Note: See TracBrowser for help on using the repository browser.