/*------------------------------------------------------------\ | | | This file is part of the Alliance CAD System Copyright | | (C) Laboratoire LIP6 - Département ASIM Universite P&M Curie| | | | Home page : http://www-asim.lip6.fr/alliance/ | | E-mail : mailto:alliance-users@asim.lip6.fr | | | | This progam is free software; you can redistribute it | | and/or modify it under the terms of the GNU Library General| | Public License as published by the Free Software Foundation | | either version 2 of the License, or (at your option) any | | later version. | | | | Alliance VLSI CAD System is distributed in the hope that | | it will be useful, but WITHOUT ANY WARRANTY; | | without even the implied warranty of MERCHANTABILITY or | | FITNESS FOR A PARTICULAR PURPOSE. See the GNU General | | Public License for more details. | | | | You should have received a copy of the GNU General Public | | License along with the GNU C Library; see the file COPYING. | | If not, write to the Free Software Foundation, Inc., | | 675 Mass Ave, Cambridge, MA 02139, USA. | | | \------------------------------------------------------------*/ /* ###--------------------------------------------------------------### */ /* */ /* file : bvl_bedef.h */ /* date : Jan 18 1993 */ /* version : v106 */ /* author : P.BAZARGAN, L.A.TABUSSE, VUONG H.N. */ /* content : declaration of define used by yacc */ /* */ /* ###--------------------------------------------------------------### */ #define BVL_ICNDFN 1 /* input port */ #define BVL_OCNDFN 2 /* output port */ #define BVL_BCNDFN 3 /* inout port */ #define BVL_CSTDFN 4 /* constant */ #define BVL_BITDFN 8 /* bit type */ #define BVL_MUXDFN 16 /* mux_bit type */ #define BVL_WORDFN 24 /* wor_bit type */ #define BVL_RBIDFN 32 /* reg_bit type */ #define BVL_BTVDFN 40 /* bit_vector type */ #define BVL_MXVDFN 48 /* mux_vector type */ #define BVL_WRVDFN 56 /* wor_vector type */ #define BVL_RGVDFN 64 /* reg_vector type */ #define BVL_NATDFN 88 /* natural type */ #define BVL_NTVDFN 96 /* nat_vector type */ #define BVL_NORDFN 128 /* non guarded signal */ #define BVL_BUSDFN 256 /* guarded signal (bus) */ #define BVL_REGDFN 384 /* guarded signal (register)*/ #define BVL_MODDFN 0 /* field # 0 of dictionnary */ #define BVL_SIGDFN 1 /* field # 1 of dictionnary */ #define BVL_STBDFN 3 /* field # 3 of dictionnary */ #define BVL_LBLDFN 4 /* field # 4 of dictionnary */ #define BVL_WMXDFN 5 /* field # 5 of dictionnary */ #define BVL_WMNDFN 6 /* field # 6 of dictionnary */ #define BVL_PNTDFN 7 /* field # 7 of dictionnary */ #define BVL_UPTDFN 1 /* direction is up */ #define BVL_DWTDFN 0 /* direction is down */ /* ###---------------------------------------------------------------### */ #define NE 9 #define EQ 10 #define NOPI 11 #define NOPS 12 #define ANDM 13 #define CONC 14 #define CONVRT 15 #define BVL_UNGDFN 0 #define BVL_GRDDFN 1 /* ###---------------------------------------------------------------### */ /* #define BVL_INTDFN 0 */ /* int_val field of dtc_recrd */