Unify format of VL_DEBUG print messages

This commit is contained in:
Wilson Snyder
2017-10-24 22:56:58 -04:00
parent e403db5877
commit 5ead61dc7b
9 changed files with 135 additions and 30 deletions
+1 -1
View File
@@ -317,7 +317,7 @@ void VerilatedVcd::printTime (vluint64_t timeui) {
static VL_THREAD_LOCAL bool backTime = false;
if (!backTime) {
backTime = true;
VL_PRINTF_MT("VCD time is moving backwards, wave file may be incorrect.\n");
VL_PRINTF_MT("%%Warning: VCD time is moving backwards, wave file may be incorrect.\n");
}
}
m_timeLastDump = timeui;