mirror of
https://github.com/verilator/verilator.git
synced 2025-01-25 07:44:14 +00:00
Fix emit indent of VL_TO_STRING
This commit is contained in:
parent
964dcd5b7c
commit
d8df216a8d
@ -3335,7 +3335,7 @@ private:
|
||||
argp->unlinkFrBack(&handle);
|
||||
AstCMath* newp = new AstCMath(nodep->fileline(), "VL_TO_STRING(", 0, true);
|
||||
newp->addBodysp(argp);
|
||||
newp->addBodysp(new AstText(nodep->fileline(), ")"));
|
||||
newp->addBodysp(new AstText(nodep->fileline(), ")", true));
|
||||
newp->dtypeSetString();
|
||||
newp->pure(true);
|
||||
newp->protect(false);
|
||||
|
Loading…
Reference in New Issue
Block a user