forked from github/verilator
Spelling (#3664)
This commit is contained in:
parent
18c26b90af
commit
6f9c585452
@ -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;
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
%Warning: $dumpvar ignored as not proceeded by $dumpfile
|
%Warning: $dumpvar ignored as not preceded by $dumpfile
|
||||||
*-* All Finished *-*
|
*-* All Finished *-*
|
||||||
|
Loading…
Reference in New Issue
Block a user