[tracegen] remove TL1 noisemaker, use io.finish and catch simulation exit (#528)
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user