Skip to content

Commit

Permalink
Remember to scan IntegerVars.
Browse files Browse the repository at this point in the history
  • Loading branch information
steve committed Jul 12, 2002
1 parent c610699 commit 15b9405
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
6 changes: 5 additions & 1 deletion vpi/sys_lxt.c
Expand Up @@ -17,7 +17,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*/
#if !defined(WINNT) && !defined(macintosh)
#ident "$Id: sys_lxt.c,v 1.6 2002/07/12 17:08:13 steve Exp $"
#ident "$Id: sys_lxt.c,v 1.7 2002/07/12 17:09:21 steve Exp $"
#endif

# include "config.h"
Expand Down Expand Up @@ -531,6 +531,7 @@ static void scan_item(unsigned depth, vpiHandle item, int skip)
/* Value */
vpiNet,
vpiReg,
vpiIntegerVar,
/* Scope */
vpiFunction,
vpiModule,
Expand Down Expand Up @@ -795,6 +796,9 @@ void sys_lxt_register()

/*
* $Log: sys_lxt.c,v $
* Revision 1.7 2002/07/12 17:09:21 steve
* Remember to scan IntegerVars.
*
* Revision 1.6 2002/07/12 17:08:13 steve
* Eliminate use of vpiInternalScope.
*
Expand Down
6 changes: 5 additions & 1 deletion vpi/sys_vcd.c
Expand Up @@ -17,7 +17,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*/
#if !defined(WINNT) && !defined(macintosh)
#ident "$Id: sys_vcd.c,v 1.33 2002/07/12 17:02:38 steve Exp $"
#ident "$Id: sys_vcd.c,v 1.34 2002/07/12 17:09:21 steve Exp $"
#endif

# include "config.h"
Expand Down Expand Up @@ -537,6 +537,7 @@ static void scan_item(unsigned depth, vpiHandle item, int skip)
/* Value */
vpiNet,
vpiReg,
vpiIntegerVar,
/* Scope */
vpiFunction,
vpiModule,
Expand Down Expand Up @@ -799,6 +800,9 @@ void sys_vcd_register()

/*
* $Log: sys_vcd.c,v $
* Revision 1.34 2002/07/12 17:09:21 steve
* Remember to scan IntegerVars.
*
* Revision 1.33 2002/07/12 17:02:38 steve
* Scan scope objects before subscopes.
*
Expand Down

0 comments on commit 15b9405

Please sign in to comment.