Add vpiBitVar support is $display and other vpi functions.

This commit is contained in:
Stephen Williams 2011-04-03 17:22:12 -07:00
parent 1154a78596
commit 28c9f420c6
2 changed files with 2 additions and 0 deletions

View File

@ -1048,6 +1048,7 @@ static int sys_check_args(vpiHandle callh, vpiHandle argv, const PLI_BYTE8*name,
case vpiNet: case vpiNet:
case vpiReg: case vpiReg:
case vpiIntegerVar: case vpiIntegerVar:
case vpiBitVar:
case vpiByteVar: case vpiByteVar:
case vpiShortIntVar: case vpiShortIntVar:
case vpiIntVar: case vpiIntVar:

View File

@ -289,6 +289,7 @@ vvp_net_t* vvp_net_lookup(const char*label)
switch (vpi->vpi_type->type_code) { switch (vpi->vpi_type->type_code) {
case vpiNet: case vpiNet:
case vpiReg: case vpiReg:
case vpiBitVar:
case vpiByteVar: case vpiByteVar:
case vpiShortIntVar: case vpiShortIntVar:
case vpiIntVar: case vpiIntVar: