forked from github/verilator
Internals: (see last) also dump on first non-fatal
This commit is contained in:
parent
6b8d9b5c36
commit
ce18674d88
@ -493,5 +493,10 @@ void V3Error::v3errorEnd (ostringstream& sstr) {
|
|||||||
|
|
||||||
vlAbort();
|
vlAbort();
|
||||||
}
|
}
|
||||||
|
else if (isError(s_errorCode, s_errorSuppressed)) {
|
||||||
|
// We don't dump tree on any error because a Visitor may be in middle of
|
||||||
|
// a tree cleanup and cause a false broken problem.
|
||||||
|
if (s_errorExitCb) s_errorExitCb();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user