This commit is contained in:
Wilson Snyder 2022-10-09 14:18:14 -04:00
parent 18c26b90af
commit 6f9c585452
2 changed files with 2 additions and 2 deletions

View File

@ -2310,7 +2310,7 @@ std::string VerilatedContext::dumpfile() const VL_MT_SAFE_EXCLUDES(m_timeDumpMut
std::string VerilatedContext::dumpfileCheck() const VL_MT_SAFE_EXCLUDES(m_timeDumpMutex) { std::string VerilatedContext::dumpfileCheck() const VL_MT_SAFE_EXCLUDES(m_timeDumpMutex) {
std::string out = dumpfile(); std::string out = dumpfile();
if (VL_UNLIKELY(out.empty())) { if (VL_UNLIKELY(out.empty())) {
VL_PRINTF_MT("%%Warning: $dumpvar ignored as not proceeded by $dumpfile\n"); VL_PRINTF_MT("%%Warning: $dumpvar ignored as not preceded by $dumpfile\n");
return ""; return "";
} }
return out; return out;

View File

@ -1,2 +1,2 @@
%Warning: $dumpvar ignored as not proceeded by $dumpfile %Warning: $dumpvar ignored as not preceded by $dumpfile
*-* All Finished *-* *-* All Finished *-*