test5.cpp revision 12855:588919e0e4aa
1/*****************************************************************************
2
3  Licensed to Accellera Systems Initiative Inc. (Accellera) under one or
4  more contributor license agreements.  See the NOTICE file distributed
5  with this work for additional information regarding copyright ownership.
6  Accellera licenses this file to you under the Apache License, Version 2.0
7  (the "License"); you may not use this file except in compliance with the
8  License.  You may obtain a copy of the License at
9
10    http://www.apache.org/licenses/LICENSE-2.0
11
12  Unless required by applicable law or agreed to in writing, software
13  distributed under the License is distributed on an "AS IS" BASIS,
14  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
15  implied.  See the License for the specific language governing
16  permissions and limitations under the License.
17
18 *****************************************************************************/
19
20/*****************************************************************************
21
22  test5.cpp --
23
24  Original Author: Martin Janssen, Synopsys, Inc., 2002-02-15
25
26 *****************************************************************************/
27
28/*****************************************************************************
29
30  MODIFICATION LOG - modifiers, enter your name, affiliation, date and
31  changes you are making here.
32
33      Name, Affiliation, Date:
34  Description of Modification:
35
36 *****************************************************************************/
37
38#include "test.h"
39
40void t::entry()
41{
42  wait();
43  /* error: control nesting too deep - error reported in siu_do { wait(); } while .c */
44  if (i1 == 1)
45  if (i1 == 1)
46  if (i1 == 1)
47  if (i1 == 1)
48  if (i1 == 1)
49  if (i1 == 1)
50  if (i1 == 1)
51  if (i1 == 1)
52  if (i1 == 1)
53  if (i1 == 1)
54  if (i1 == 1)
55  if (i1 == 1)
56  if (i1 == 1)
57  if (i1 == 1)
58  if (i1 == 1)
59  if (i1 == 1)
60  if (i1 == 1)
61  if (i1 == 1)
62  if (i1 == 1)
63  if (i1 == 1)
64  if (i1 == 1)
65  if (i1 == 1)
66  if (i1 == 1)
67  if (i1 == 1)
68  if (i1 == 1)
69  if (i1 == 1)
70  if (i1 == 1)
71  if (i1 == 1)
72  if (i1 == 1)
73  if (i1 == 1)
74  if (i1 == 1)
75  if (i1 == 1)
76  if (i1 == 1)
77  if (i1 == 1)
78  if (i1 == 1)
79  if (i1 == 1)
80  if (i1 == 1)
81  if (i1 == 1)
82  if (i1 == 1)
83  if (i1 == 1)
84  if (i1 == 1)
85  if (i1 == 1)
86  if (i1 == 1)
87  if (i1 == 1)
88  if (i1 == 1)
89  if (i1 == 1)
90  if (i1 == 1)
91  if (i1 == 1)
92  if (i1 == 1)
93  if (i1 == 1)
94  if (i1 == 1)
95  if (i1 == 1)
96  if (i1 == 1)
97  if (i1 == 1)
98  if (i1 == 1)
99  if (i1 == 1)
100  if (i1 == 1)
101  if (i1 == 1)
102  if (i1 == 1)
103  if (i1 == 1)
104  if (i1 == 1)
105  if (i1 == 1)
106  if (i1 == 1)
107  if (i1 == 1)
108  if (i1 == 1)
109  if (i1 == 1)
110  if (i1 == 1)
111  if (i1 == 1)
112  if (i1 == 1)
113  if (i1 == 1)
114  if (i1 == 1)
115  if (i1 == 1)
116  if (i1 == 1)
117  if (i1 == 1)
118  if (i1 == 1)
119  if (i1 == 1)
120  if (i1 == 1)
121  if (i1 == 1)
122  if (i1 == 1)
123  if (i1 == 1)
124  if (i1 == 1)
125  if (i1 == 1)
126  if (i1 == 1)
127  if (i1 == 1)
128  if (i1 == 1)
129  if (i1 == 1)
130  if (i1 == 1)
131  if (i1 == 1)
132  if (i1 == 1)
133  if (i1 == 1)
134  if (i1 == 1)
135  if (i1 == 1)
136  if (i1 == 1)
137  if (i1 == 1)
138  if (i1 == 1)
139  if (i1 == 1)
140  if (i1 == 1)
141  if (i1 == 1)
142  if (i1 == 1)
143  if (i1 == 1)
144  if (i1 == 1)
145  if (i1 == 1)
146  if (i1 == 1)
147  if (i1 == 1)
148  if (i1 == 1)
149  if (i1 == 1)
150  if (i1 == 1)
151  if (i1 == 1)
152  if (i1 == 1)
153  if (i1 == 1)
154  if (i1 == 1)
155  if (i1 == 1)
156  if (i1 == 1)
157  if (i1 == 1)
158  if (i1 == 1)
159  if (i1 == 1)
160  if (i1 == 1)
161  if (i1 == 1)
162  if (i1 == 1)
163  if (i1 == 1)
164#if !defined( _MSC_VER )
165  // running into limitations of VC6 here
166  if (i1 == 1)
167  if (i1 == 1)
168  if (i1 == 1)
169  if (i1 == 1)
170  if (i1 == 1)
171#endif
172    wait();
173  wait();
174}
175
176int sc_main(int argc, char* argv[] )
177{
178  return 0;
179}
180