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:
parent
e7a705d8e6
commit
57f296455a
|
|
@ -109,6 +109,11 @@ static PLI_INT32 sys_value_plusargs_compiletf(ICARUS_VPI_CONST PLI_BYTE8*name)
|
||||||
|
|
||||||
case vpiReg:
|
case vpiReg:
|
||||||
case vpiIntegerVar:
|
case vpiIntegerVar:
|
||||||
|
case vpiBitVar:
|
||||||
|
case vpiByteVar:
|
||||||
|
case vpiShortIntVar:
|
||||||
|
case vpiIntVar:
|
||||||
|
case vpiLongIntVar:
|
||||||
case vpiRealVar:
|
case vpiRealVar:
|
||||||
case vpiTimeVar:
|
case vpiTimeVar:
|
||||||
break;
|
break;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue