mirror of
https://github.com/verilator/verilator.git
synced 2025-01-07 15:17:36 +00:00
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 out = dumpfile();
|
||||
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 out;
|
||||
|
@ -1,2 +1,2 @@
|
||||
%Warning: $dumpvar ignored as not proceeded by $dumpfile
|
||||
%Warning: $dumpvar ignored as not preceded by $dumpfile
|
||||
*-* All Finished *-*
|
||||
|
Loading…
Reference in New Issue
Block a user