PandA-2024.02
examples
CHStone
CHStone
jpeg
global.h
Go to the documentation of this file.
1
/*
2
+--------------------------------------------------------------------------+
3
| CHStone : a suite of benchmark programs for C-based High-Level Synthesis |
4
| ======================================================================== |
5
| |
6
| * Collected and Modified : Y. Hara, H. Tomiyama, S. Honda, |
7
| H. Takada and K. Ishii |
8
| Nagoya University, Japan |
9
| |
10
| * Remark : |
11
| 1. This source code is modified to unify the formats of the benchmark |
12
| programs in CHStone. |
13
| 2. Test vectors are added for CHStone. |
14
| 3. If "main_result" is 0 at the end of the program, the program is |
15
| correctly executed. |
16
| 4. Please follow the copyright of each benchmark program. |
17
+--------------------------------------------------------------------------+
18
*/
19
/*
20
* Copyright (C) 2008
21
* Y. Hara, H. Tomiyama, S. Honda, H. Takada and K. Ishii
22
* Nagoya University, Japan
23
* All rights reserved.
24
*
25
* Disclaimer of Warranty
26
*
27
* These software programs are available to the user without any license fee or
28
* royalty on an "as is" basis. The authors disclaims any and all warranties,
29
* whether express, implied, or statuary, including any implied warranties or
30
* merchantability or of fitness for a particular purpose. In no event shall the
31
* copyright-holder be liable for any incidental, punitive, or consequential damages
32
* of any kind whatsoever arising from the use of these programs. This disclaimer
33
* of warranty extends to the user of these programs and user's customers, employees,
34
* agents, transferees, successors, and assigns.
35
*
36
*/
37
/*
38
* Definition of parameters
39
*
40
* @(#) $Id: global.h,v 1.2 2003/07/18 10:19:21 honda Exp $
41
*/
42
#ifndef _GLOBAL_H_
43
#define _GLOBAL_H_
44
45
46
#define EXIT exit(0)
47
48
/*
49
* Size of JPEG file
50
*/
51
#define JPEG_FILE_SIZE (90 * 59)
52
53
/*
54
* Size of output buffer
55
*/
56
#define BMP_OUT_SIZE (90 * 59)
57
58
59
#endif
/* _GLOBAL_H_ */
Generated on Mon Feb 12 2024 13:02:49 for PandA-2024.02 by
1.8.13