A memory word is a number
This will be cleaned up more once I finish all the compiletf routines, but for now this allows the test to pass.
This commit is contained in:
parent
a2dc1e0a29
commit
6f61cf2e4e
|
|
@ -205,6 +205,7 @@ static PLI_INT32 sys_fclose_calltf(PLI_BYTE8*name)
|
|||
case vpiReg:
|
||||
case vpiRealVal:
|
||||
case vpiIntegerVar:
|
||||
case vpiMemoryWord:
|
||||
break;
|
||||
default:
|
||||
vpi_printf("ERROR: %s mcd parameter must be of integral type",
|
||||
|
|
|
|||
Loading…
Reference in New Issue