diff --git a/vpi/sys_plusargs.c b/vpi/sys_plusargs.c index dd45d38d4..321309a0d 100644 --- a/vpi/sys_plusargs.c +++ b/vpi/sys_plusargs.c @@ -16,7 +16,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA */ -#ident "$Id: sys_plusargs.c,v 1.1 2002/04/07 04:37:53 steve Exp $" +#ident "$Id: sys_plusargs.c,v 1.2 2002/08/10 17:00:31 steve Exp $" # include # include @@ -207,6 +207,7 @@ static int sys_value_plusargs_compiletf(char*xx) switch (vpi_get(vpiType, arg)) { case vpiReg: + case vpiIntegerVar: break; default: @@ -326,6 +327,9 @@ void sys_plusargs_register() /* * $Log: sys_plusargs.c,v $ + * Revision 1.2 2002/08/10 17:00:31 steve + * Allow vpiIntegerVar as parameter to $value$plusarg + * * Revision 1.1 2002/04/07 04:37:53 steve * Add $plusargs system functions. *