Add vpiBitVar support is $display and other vpi functions.
This commit is contained in:
parent
1154a78596
commit
28c9f420c6
|
|
@ -1048,6 +1048,7 @@ static int sys_check_args(vpiHandle callh, vpiHandle argv, const PLI_BYTE8*name,
|
|||
case vpiNet:
|
||||
case vpiReg:
|
||||
case vpiIntegerVar:
|
||||
case vpiBitVar:
|
||||
case vpiByteVar:
|
||||
case vpiShortIntVar:
|
||||
case vpiIntVar:
|
||||
|
|
|
|||
|
|
@ -289,6 +289,7 @@ vvp_net_t* vvp_net_lookup(const char*label)
|
|||
switch (vpi->vpi_type->type_code) {
|
||||
case vpiNet:
|
||||
case vpiReg:
|
||||
case vpiBitVar:
|
||||
case vpiByteVar:
|
||||
case vpiShortIntVar:
|
||||
case vpiIntVar:
|
||||
|
|
|
|||
Loading…
Reference in New Issue