PandA-2024.02
examples
hls_study
motion
optimized
config.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
/* config.h, configuration defines */
20
21
/* Copyright (C) 1996, MPEG Software Simulation Group. All Rights Reserved. */
22
23
/*
24
* Disclaimer of Warranty
25
*
26
* These software programs are available to the user without any license fee or
27
* royalty on an "as is" basis. The MPEG Software Simulation Group disclaims
28
* any and all warranties, whether express, implied, or statuary, including any
29
* implied warranties or merchantability or of fitness for a particular
30
* purpose. In no event shall the copyright-holder be liable for any
31
* incidental, punitive, or consequential damages of any kind whatsoever
32
* arising from the use of these programs.
33
*
34
* This disclaimer of warranty extends to the user of these programs and user's
35
* customers, employees, agents, transferees, successors, and assigns.
36
*
37
* The MPEG Software Simulation Group does not represent or warrant that the
38
* programs furnished hereunder are free of infringement of any third-party
39
* patents.
40
*
41
* Commercial implementations of MPEG-1 and MPEG-2 video, including shareware,
42
* are subject to royalty fees to patent holders. Many of these patents are
43
* general enough such that they are unavoidable regardless of implementation
44
* design.
45
*
46
*/
47
48
/* define NON_ANSI_COMPILER for compilers without function prototyping */
49
/* #define NON_ANSI_COMPILER */
50
51
#define _ANSI_ARGS_(x) x
Generated on Mon Feb 12 2024 13:02:49 for PandA-2024.02 by
1.8.13