diff --git a/vvp/vpi_vthr_vector.cc b/vvp/vpi_vthr_vector.cc index b58352978..72a043fe5 100644 --- a/vvp/vpi_vthr_vector.cc +++ b/vvp/vpi_vthr_vector.cc @@ -85,6 +85,9 @@ static int vthr_vec_get(int code, vpiHandle ref) case vpiSigned: return rfp->signed_flag; + case vpiConstType: + return vpiBinaryConst; // If this is a constant it is Binary. + case vpiSize: return rfp->wid;