diff --git a/include/verilated.cpp b/include/verilated.cpp index 15bbf9cf0..3506e93a6 100644 --- a/include/verilated.cpp +++ b/include/verilated.cpp @@ -1078,10 +1078,11 @@ void* VerilatedScope::exportFindError(int funcnum) const { } void VerilatedScope::scopeDump() const { - VL_PRINTF(" SCOPE: %s\n", name()); + VL_PRINTF(" SCOPE %p: %s\n", this, name()); for (int i=0; i