Line | |
---|
1 | /* |
---|
2 | |
---|
3 | Copyright (c) 1992, 1993 |
---|
4 | Regents of the University of California |
---|
5 | All rights reserved. |
---|
6 | |
---|
7 | Use and copying of this software and preparation of derivative works |
---|
8 | based upon this software are permitted. However, any distribution of |
---|
9 | this software or derivative works must include the above copyright |
---|
10 | notice. |
---|
11 | |
---|
12 | This software is made available AS IS, and neither the Electronics |
---|
13 | Research Laboratory or the Universify of California make any |
---|
14 | warranty about the software, its performance or its conformity to |
---|
15 | any specification. |
---|
16 | |
---|
17 | Author: Szu-Tsung Cheng, stcheng@ic.Berkeley.EDU |
---|
18 | 10/92 |
---|
19 | 10/93 |
---|
20 | |
---|
21 | $Header: /projects/development/hsv/CVSRepository/vl2mv/src/parser/vl_fg_defs.h,v 1.2 2009/03/09 20:25:58 fabio Exp $ |
---|
22 | |
---|
23 | |
---|
24 | */ |
---|
25 | |
---|
26 | |
---|
27 | |
---|
28 | |
---|
29 | #define FG_ND_IFBRANCH 1 |
---|
30 | #define FG_ND_IFTAG 2 |
---|
31 | #define FG_ND_CASEBRANCH 3 |
---|
32 | #define FG_ND_FORBRANCH 4 |
---|
33 | #define FG_ND_CASETAG 5 |
---|
34 | #define FG_ND_PAUSE 6 |
---|
35 | #define FG_ND_DUMMY 7 |
---|
36 | #define FG_ND_ASSIGN 8 |
---|
37 | |
---|
38 | |
---|
39 | |
---|
40 | #define FG_ARC_CASETAG 5 |
---|
41 | #define FG_ARC_IFTRUE 9 |
---|
42 | #define FG_ARC_IFFALSE 10 |
---|
43 | |
---|
44 | |
---|
45 | |
---|
46 | #define FG_TIMER_PS "<T>" |
---|
47 | #define FG_TIMER_NS "<_>" |
---|
48 | #define FG_LC_PS "<$lc_ps$>" |
---|
49 | #define FG_LC_NS "<$lc_ns$>" |
---|
50 | #define FG_LLOC "<" |
---|
51 | #define FG_RLOC ">" |
---|
52 | #define FG_TIMER_PRIME "<PT>" |
---|
53 | |
---|
54 | |
---|
55 | #define FG_MAGIC_UB_EDGE 65536 |
---|
Note: See
TracBrowser
for help on using the repository browser.