mirror of
https://github.com/verilator/verilator.git
synced 2026-09-07 01:52:17 +02:00
Fix prettyName in structure dumps, partial (#4001)
This commit is contained in:
+1
-1
@@ -79,7 +79,7 @@ static void makeVlToString(AstNodeUOrStructDType* nodep) {
|
||||
} else {
|
||||
stmt += ", ";
|
||||
}
|
||||
stmt += itemp->nameProtect() + ":\" + ";
|
||||
stmt += VIdProtect::protect(itemp->prettyName()) + ":\" + ";
|
||||
if (VN_IS(itemp->dtypep()->skipRefp(), BasicDType) && itemp->isWide()) {
|
||||
stmt += "VL_TO_STRING_W";
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user