diff --git a/tgt-vvp/vvp_scope.c b/tgt-vvp/vvp_scope.c index 45cbed5ae..3f6012dc4 100644 --- a/tgt-vvp/vvp_scope.c +++ b/tgt-vvp/vvp_scope.c @@ -700,6 +700,8 @@ static int nexus_drive_is_strength_aware(ivl_nexus_ptr_t nptr) return 1; if (ivl_logic_type(log) == IVL_LO_NMOS) return 1; + if (ivl_logic_type(log) == IVL_LO_CMOS) + return 1; } return 0;