Last change
on this file since 137 was
112,
checked in by rosiere, 16 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
|
Rev | Line | |
---|
[112] | 1 | #ifndef DHRY21_H |
---|
| 2 | #define DHRY21_H |
---|
| 3 | |
---|
| 4 | #include "dhry.h" |
---|
| 5 | |
---|
| 6 | int dhry21 (unsigned int); |
---|
| 7 | |
---|
| 8 | void Proc_1 (Rec_Pointer); |
---|
| 9 | void Proc_2 (One_Fifty *); |
---|
| 10 | void Proc_3 (Rec_Pointer *); |
---|
| 11 | void Proc_4 (); |
---|
| 12 | void Proc_5 (); |
---|
| 13 | void Proc_6 (Enumeration, Enumeration*); |
---|
| 14 | void Proc_7 (One_Fifty,One_Fifty,One_Fifty*); |
---|
| 15 | void Proc_8 (Arr_1_Dim,Arr_2_Dim,int,int); |
---|
| 16 | Enumeration Func_1 (Capital_Letter,Capital_Letter); |
---|
| 17 | Boolean Func_2 (Str_30,Str_30); |
---|
| 18 | Boolean Func_3 (Enumeration); |
---|
| 19 | |
---|
| 20 | #endif |
---|
Note: See
TracBrowser
for help on using the repository browser.