/* Copyright (c) 1992, 1993 Regents of the University of California All rights reserved. Use and copying of this software and preparation of derivative works based upon this software are permitted. However, any distribution of this software or derivative works must include the above copyright notice. This software is made available AS IS, and neither the Electronics Research Laboratory or the Universify of California make any warranty about the software, its performance or its conformity to any specification. Author: Szu-Tsung Cheng, stcheng@ic.Berkeley.EDU 10/92 10/93 $Header: /projects/development/hsv/CVSRepository/vl2mv/src/parser/vl_fg_defs.h,v 1.2 2009/03/09 20:25:58 fabio Exp $ */ #define FG_ND_IFBRANCH 1 #define FG_ND_IFTAG 2 #define FG_ND_CASEBRANCH 3 #define FG_ND_FORBRANCH 4 #define FG_ND_CASETAG 5 #define FG_ND_PAUSE 6 #define FG_ND_DUMMY 7 #define FG_ND_ASSIGN 8 #define FG_ARC_CASETAG 5 #define FG_ARC_IFTRUE 9 #define FG_ARC_IFFALSE 10 #define FG_TIMER_PS "" #define FG_TIMER_NS "<_>" #define FG_LC_PS "<$lc_ps$>" #define FG_LC_NS "<$lc_ns$>" #define FG_LLOC "<" #define FG_RLOC ">" #define FG_TIMER_PRIME "" #define FG_MAGIC_UB_EDGE 65536