Change test sram path so jobs can be simultaneously run.

This commit is contained in:
Matt Guthaus 2018-07-06 07:34:38 -07:00
parent 733be110a2
commit 5d32a426c4
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ class openram_test(openram_test):
debug.info(1, "Testing top-level openram.py with 2-bit, 16 word SRAM.")
out_file = "testsram"
# make a temp directory for output
out_path = "/tmp/testsram_{0}".format(OPTS.tech_name)
out_path = "/tmp/testsram_{0}_{1}_{2}/".format(OPTS.tech_name,getpass.getuser(),os.getpid())
# make sure we start without the files existing
if os.path.exists(out_path):