Internal coverage improvements

This commit is contained in:
Wilson Snyder
2020-09-18 21:27:36 -04:00
parent 1c1b95161b
commit 87e4a86fbb
17 changed files with 152 additions and 8 deletions
+1 -1
View File
@@ -139,7 +139,7 @@ void VlThreadPool::profileDump(const char* filenamep, vluint64_t ticksElapsed) {
if (VL_UNLIKELY(!fp)) {
VL_FATAL_MT(filenamep, 0, "", "+prof+threads+file file not writable");
// cppcheck-suppress resourceLeak // bug, doesn't realize fp is nullptr
return;
return; // LCOV_EXCL_LINE
}
// TODO Perhaps merge with verilated_coverage output format, so can