diff --git a/src/V3LinkParse.cpp b/src/V3LinkParse.cpp index 93222023e..429234eee 100644 --- a/src/V3LinkParse.cpp +++ b/src/V3LinkParse.cpp @@ -305,7 +305,7 @@ private: VL_DO_DANGLING(nodep->unlinkFrBack()->deleteTree(), nodep); } else if (nodep->attrType() == VAttrType::VAR_CLOCK_ENABLE) { UASSERT_OBJ(m_varp, nodep, "Attribute not attached to variable"); - nodep->v3warn(DEPRECATED, "'clock_enable' attribute is deprecated and has no effect"); + // Accepted and silently ignored for backward compatibility, but has no effect VL_DO_DANGLING(nodep->unlinkFrBack()->deleteTree(), nodep); } else if (nodep->attrType() == VAttrType::VAR_FORCEABLE) { UASSERT_OBJ(m_varp, nodep, "Attribute not attached to variable");