diff --git a/vvp/vpi_priv.cc b/vvp/vpi_priv.cc index 259a3a341..75a82e1eb 100644 --- a/vvp/vpi_priv.cc +++ b/vvp/vpi_priv.cc @@ -195,8 +195,12 @@ static const char* vpi_type_values(PLI_INT32 code) return "vpiConstant"; case vpiIntegerVar: return "vpiIntegerVar"; + case vpiIterator: + return "vpiIterator"; case vpiFunction: return "vpiFunction"; + case vpiMemory: + return "vpiMemory"; case vpiModule: return "vpiModule"; case vpiNet: