Searched refs:mcpat_output (Results 1 - 1 of 1) sorted by relevance

/gem5/ext/mcpat/regression/
H A Dverify_output.py176 mcpat_output = args[0]; variable
177 if not os.path.exists(mcpat_output):
178 print "ERROR: Output file does not exist: %s" % mcpat_output
181 output_file_handle = open(mcpat_output, 'r')

Completed in 4 milliseconds