gracefully kill htif thread, fixing tty stuff
This commit is contained in:
@ -176,6 +176,8 @@ int main(int argc, char** argv)
|
||||
if (vcd)
|
||||
fclose(vcdfile);
|
||||
|
||||
delete htif;
|
||||
|
||||
if (failure)
|
||||
{
|
||||
fprintf(logfile, "*** FAILED *** (%s) after %lld cycles\n", failure, (long long)trace_count);
|
||||
|
Reference in New Issue
Block a user