From 7a8135c703257145035a1e73ebe356a0818cd8bf Mon Sep 17 00:00:00 2001 From: steve Date: Sun, 1 Apr 2001 21:34:48 +0000 Subject: [PATCH] Recognize the BUF device. --- tgt-vvp/vvp_scope.c | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/tgt-vvp/vvp_scope.c b/tgt-vvp/vvp_scope.c index b04554101..59d115f3b 100644 --- a/tgt-vvp/vvp_scope.c +++ b/tgt-vvp/vvp_scope.c @@ -17,7 +17,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA */ #if !defined(WINNT) -#ident "$Id: vvp_scope.c,v 1.10 2001/04/01 01:48:21 steve Exp $" +#ident "$Id: vvp_scope.c,v 1.11 2001/04/01 21:34:48 steve Exp $" #endif # include "vvp_priv.h" @@ -122,6 +122,10 @@ static void draw_logic_in_scope(ivl_net_logic_t lptr) init_val = 0x55; break; + case IVL_LO_BUF: + ltype = "BUF"; + break; + case IVL_LO_NOR: ltype = "NOR"; break; @@ -259,6 +263,9 @@ int draw_scope(ivl_scope_t net, ivl_scope_t parent) /* * $Log: vvp_scope.c,v $ + * Revision 1.11 2001/04/01 21:34:48 steve + * Recognize the BUF device. + * * Revision 1.10 2001/04/01 01:48:21 steve * Redesign event information to support arbitrary edge combining. *