1
0

[tracegen] remove TL1 noisemaker, use io.finish and catch simulation exit (#528)

This commit is contained in:
Henry Cook
2017-01-25 12:10:49 -08:00
committed by GitHub
parent d1dedd25e7
commit 0fe2899c74
3 changed files with 5 additions and 67 deletions

View File

@ -52,7 +52,9 @@ def main():
numFinished = numFinished + 1
if numFinished == total:
break
elif line[0:12] == "using random":
elif line[0:15] == "Completed after":
break
elif line[0:7] == "testing":
continue
else:
print line,