Moved memchar test tmp dir to results

This commit is contained in:
Bugra Onal 2023-04-19 18:33:43 -07:00
parent 44ca70bd16
commit 07411892c1
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ class sram_char_test(openram_test):
def runTest(self):
global OPTS
out_file = "testsram"
out_path = "/tmp/testsram_{0}_{1}_{2}".format(OPTS.tech_name, getpass.getuser(), os.getpid())
out_path = "{0}/testsram_{1}_{2}_{3}".format(OPTS.openram_temp, OPTS.tech_name, getpass.getuser(), os.getpid())
OPTS.output_name = out_file
OPTS.output_path = out_path