The $value$plusargs() routine can put to a two-state variable.

Update the $value_plusargs() routine so it can put the extracted value
to a two-state variable.
This commit is contained in:
Cary R 2011-09-05 17:17:13 -07:00 committed by Stephen Williams
parent e7a705d8e6
commit 57f296455a
1 changed files with 5 additions and 0 deletions

View File

@ -109,6 +109,11 @@ static PLI_INT32 sys_value_plusargs_compiletf(ICARUS_VPI_CONST PLI_BYTE8*name)
case vpiReg:
case vpiIntegerVar:
case vpiBitVar:
case vpiByteVar:
case vpiShortIntVar:
case vpiIntVar:
case vpiLongIntVar:
case vpiRealVar:
case vpiTimeVar:
break;