From 07411892c12b031991d6ebdea63379395e6712fa Mon Sep 17 00:00:00 2001 From: Bugra Onal Date: Wed, 19 Apr 2023 18:33:43 -0700 Subject: [PATCH] Moved memchar test tmp dir to results --- compiler/tests/30_memchar_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/tests/30_memchar_test.py b/compiler/tests/30_memchar_test.py index 5fe45f96..5c272b64 100755 --- a/compiler/tests/30_memchar_test.py +++ b/compiler/tests/30_memchar_test.py @@ -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