mirror of
https://github.com/verilator/verilator.git
synced 2026-09-03 06:03:03 +02:00
Add --work library-selection option (#5891 partial).
This commit is contained in:
@@ -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)) {
|
||||
|
||||
Reference in New Issue
Block a user