mirror of
https://github.com/verilator/verilator.git
synced 2026-09-03 08:24:31 +02:00
Improve error messages on DIDNOTSETTLE, bug1556.
This commit is contained in:
@@ -1785,7 +1785,8 @@ void Verilated::debug(int level) VL_MT_SAFE {
|
||||
" Message prefix indicates {<thread>,<sequence_number>}.\n"););
|
||||
#else
|
||||
VL_PRINTF_MT("- Verilated::debug attempted,"
|
||||
" but compiled without VL_DEBUG, so messages suppressed.\n");
|
||||
" but compiled without VL_DEBUG, so messages suppressed.\n"
|
||||
"- Suggest remake using 'make ... CPPFLAGS=-DVL_DEBUG'\n");
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user