Add --work library-selection option (#5891 partial).

This commit is contained in:
Wilson Snyder
2025-06-29 20:17:27 -04:00
parent c3d86626ee
commit 916a89761e
32 changed files with 350 additions and 139 deletions
+2 -1
View File
@@ -313,7 +313,8 @@ class LinkResolveVisitor final : public VNVisitor {
nodep->v3warn(E_UNSUPPORTED, "Unsupported: %l in $fscanf");
fmt = "";
}
if (m_modp) fmt = VString::quotePercent(m_modp->prettyName());
if (m_modp)
fmt = AstNode::prettyName(m_modp->libname()) + "." + m_modp->prettyName();
break;
default: // Most operators, just move to next argument
if (!V3Number::displayedFmtLegal(ch, isScan)) {